Riferimenti per la classe user_various

Lista di tutti i membri.

Membri pubblici

 reverseString ($content, $conf)
 listContentRecordsOnPage ($content, $conf)
 selectThem ($query)
 reverseString ($content, $conf)
 listContentRecordsOnPage ($content, $conf)
 selectThem ($query)
 reverseString ($content, $conf)
 listContentRecordsOnPage ($content, $conf)
 selectThem ($query)
 reverseString ($content, $conf)
 listContentRecordsOnPage ($content, $conf)
 selectThem ($query)
 reverseString ($content, $conf)
 listContentRecordsOnPage ($content, $conf)
 selectThem ($query)
 reverseString ($content, $conf)
 listContentRecordsOnPage ($content, $conf)
 selectThem ($query)
 reverseString ($content, $conf)
 listContentRecordsOnPage ($content, $conf)
 selectThem ($query)

Attributi pubblici

 $cObj

Descrizione Dettagliata

Example of calling a method in a PHP class from TypoScript

Definizione alla linea 100 del file example_callfunction.php.


Documentazione delle funzioni membro

user_various::listContentRecordsOnPage content,
conf
 

Testing USER cObject:

Example can be found in the testsite package at the page-path "/Intro/TypoScript examples/Custom Dynamic Co.../Calling a method.../" This TypoScript configuration will also demonstrate it:

includeLibs.something = media/scripts/example_callfunction.php page = PAGE page.30 = USER page.30 { userFunc = user_various->listContentRecordsOnPage reverseOrder = 1 }

Parametri:
string Empty string (no content to process)
array TypoScript configuration
Restituisce:
string HTML output, showing content elements (in reverse order if configured.)

Definizione alla linea 140 del file example_callfunction.php.

Riferimenti $GLOBALS, e $query.

user_various::listContentRecordsOnPage content,
conf
 

Testing USER cObject:

Example can be found in the testsite package at the page-path "/Intro/TypoScript examples/Custom Dynamic Co.../Calling a method.../" This TypoScript configuration will also demonstrate it:

includeLibs.something = media/scripts/example_callfunction.php page = PAGE page.30 = USER page.30 { userFunc = user_various->listContentRecordsOnPage reverseOrder = 1 }

Parametri:
string Empty string (no content to process)
array TypoScript configuration
Restituisce:
string HTML output, showing content elements (in reverse order if configured.)

Definizione alla linea 140 del file example_callfunction.php.

Riferimenti $GLOBALS, e $query.

user_various::listContentRecordsOnPage content,
conf
 

Testing USER cObject:

Example can be found in the testsite package at the page-path "/Intro/TypoScript examples/Custom Dynamic Co.../Calling a method.../" This TypoScript configuration will also demonstrate it:

includeLibs.something = media/scripts/example_callfunction.php page = PAGE page.30 = USER page.30 { userFunc = user_various->listContentRecordsOnPage reverseOrder = 1 }

Parametri:
string Empty string (no content to process)
array TypoScript configuration
Restituisce:
string HTML output, showing content elements (in reverse order if configured.)

Definizione alla linea 140 del file example_callfunction.php.

Riferimenti $GLOBALS, e $query.

user_various::listContentRecordsOnPage content,
conf
 

Testing USER cObject:

Example can be found in the testsite package at the page-path "/Intro/TypoScript examples/Custom Dynamic Co.../Calling a method.../" This TypoScript configuration will also demonstrate it:

includeLibs.something = media/scripts/example_callfunction.php page = PAGE page.30 = USER page.30 { userFunc = user_various->listContentRecordsOnPage reverseOrder = 1 }

Parametri:
string Empty string (no content to process)
array TypoScript configuration
Restituisce:
string HTML output, showing content elements (in reverse order if configured.)

Definizione alla linea 140 del file example_callfunction.php.

Riferimenti $GLOBALS, e $query.

user_various::listContentRecordsOnPage content,
conf
 

Testing USER cObject:

Example can be found in the testsite package at the page-path "/Intro/TypoScript examples/Custom Dynamic Co.../Calling a method.../" This TypoScript configuration will also demonstrate it:

includeLibs.something = media/scripts/example_callfunction.php page = PAGE page.30 = USER page.30 { userFunc = user_various->listContentRecordsOnPage reverseOrder = 1 }

Parametri:
string Empty string (no content to process)
array TypoScript configuration
Restituisce:
string HTML output, showing content elements (in reverse order if configured.)

Definizione alla linea 140 del file example_callfunction.php.

Riferimenti $GLOBALS, e $query.

user_various::listContentRecordsOnPage content,
conf
 

Testing USER cObject:

Example can be found in the testsite package at the page-path "/Intro/TypoScript examples/Custom Dynamic Co.../Calling a method.../" This TypoScript configuration will also demonstrate it:

includeLibs.something = media/scripts/example_callfunction.php page = PAGE page.30 = USER page.30 { userFunc = user_various->listContentRecordsOnPage reverseOrder = 1 }

Parametri:
string Empty string (no content to process)
array TypoScript configuration
Restituisce:
string HTML output, showing content elements (in reverse order if configured.)

Definizione alla linea 140 del file example_callfunction.php.

Riferimenti $GLOBALS, e $query.

user_various::listContentRecordsOnPage content,
conf
 

Testing USER cObject:

Example can be found in the testsite package at the page-path "/Intro/TypoScript examples/Custom Dynamic Co.../Calling a method.../" This TypoScript configuration will also demonstrate it:

includeLibs.something = media/scripts/example_callfunction.php page = PAGE page.30 = USER page.30 { userFunc = user_various->listContentRecordsOnPage reverseOrder = 1 }

Parametri:
string Empty string (no content to process)
array TypoScript configuration
Restituisce:
string HTML output, showing content elements (in reverse order if configured.)

Definizione alla linea 140 del file example_callfunction.php.

Riferimenti $GLOBALS, e $query.

user_various::reverseString content,
conf
 

Doing the same as user_reverseString() but with a class. Also demonstrates how this gives us the ability to use methods in the parent object.

Parametri:
string String to process (from stdWrap)
array TypoScript properties passed on to this method.
Restituisce:
string The input string reversed. If the TypoScript property "uppercase" was set it will also be in uppercase. May also be linked.
Vedi anche:
user_reverseString()

Definizione alla linea 111 del file example_callfunction.php.

Riferimenti $conf, e $content.

user_various::reverseString content,
conf
 

Doing the same as user_reverseString() but with a class. Also demonstrates how this gives us the ability to use methods in the parent object.

Parametri:
string String to process (from stdWrap)
array TypoScript properties passed on to this method.
Restituisce:
string The input string reversed. If the TypoScript property "uppercase" was set it will also be in uppercase. May also be linked.
Vedi anche:
user_reverseString()

Definizione alla linea 111 del file example_callfunction.php.

Riferimenti $conf, e $content.

user_various::reverseString content,
conf
 

Doing the same as user_reverseString() but with a class. Also demonstrates how this gives us the ability to use methods in the parent object.

Parametri:
string String to process (from stdWrap)
array TypoScript properties passed on to this method.
Restituisce:
string The input string reversed. If the TypoScript property "uppercase" was set it will also be in uppercase. May also be linked.
Vedi anche:
user_reverseString()

Definizione alla linea 111 del file example_callfunction.php.

Riferimenti $conf, e $content.

user_various::reverseString content,
conf
 

Doing the same as user_reverseString() but with a class. Also demonstrates how this gives us the ability to use methods in the parent object.

Parametri:
string String to process (from stdWrap)
array TypoScript properties passed on to this method.
Restituisce:
string The input string reversed. If the TypoScript property "uppercase" was set it will also be in uppercase. May also be linked.
Vedi anche:
user_reverseString()

Definizione alla linea 111 del file example_callfunction.php.

Riferimenti $conf, e $content.

user_various::reverseString content,
conf
 

Doing the same as user_reverseString() but with a class. Also demonstrates how this gives us the ability to use methods in the parent object.

Parametri:
string String to process (from stdWrap)
array TypoScript properties passed on to this method.
Restituisce:
string The input string reversed. If the TypoScript property "uppercase" was set it will also be in uppercase. May also be linked.
Vedi anche:
user_reverseString()

Definizione alla linea 111 del file example_callfunction.php.

Riferimenti $conf, e $content.

user_various::reverseString content,
conf
 

Doing the same as user_reverseString() but with a class. Also demonstrates how this gives us the ability to use methods in the parent object.

Parametri:
string String to process (from stdWrap)
array TypoScript properties passed on to this method.
Restituisce:
string The input string reversed. If the TypoScript property "uppercase" was set it will also be in uppercase. May also be linked.
Vedi anche:
user_reverseString()

Definizione alla linea 111 del file example_callfunction.php.

Riferimenti $conf, e $content.

user_various::reverseString content,
conf
 

Doing the same as user_reverseString() but with a class. Also demonstrates how this gives us the ability to use methods in the parent object.

Parametri:
string String to process (from stdWrap)
array TypoScript properties passed on to this method.
Restituisce:
string The input string reversed. If the TypoScript property "uppercase" was set it will also be in uppercase. May also be linked.
Vedi anche:
user_reverseString()

Definizione alla linea 111 del file example_callfunction.php.

Riferimenti $conf, e $content.

user_various::selectThem query  ) 
 

Selecting the records by input $query and returning the header field values

Parametri:
string SQL query selecting the content elements.
Restituisce:
string The header field values of the content elements imploded by a
tag private

Definizione alla linea 159 del file example_callfunction.php.

Riferimenti $GLOBALS, $query, $res, e $row.

user_various::selectThem query  ) 
 

Selecting the records by input $query and returning the header field values

Parametri:
string SQL query selecting the content elements.
Restituisce:
string The header field values of the content elements imploded by a
tag private

Definizione alla linea 159 del file example_callfunction.php.

Riferimenti $GLOBALS, $query, $res, e $row.

user_various::selectThem query  ) 
 

Selecting the records by input $query and returning the header field values

Parametri:
string SQL query selecting the content elements.
Restituisce:
string The header field values of the content elements imploded by a
tag private

Definizione alla linea 159 del file example_callfunction.php.

Riferimenti $GLOBALS, $query, $res, e $row.

user_various::selectThem query  ) 
 

Selecting the records by input $query and returning the header field values

Parametri:
string SQL query selecting the content elements.
Restituisce:
string The header field values of the content elements imploded by a
tag private

Definizione alla linea 159 del file example_callfunction.php.

Riferimenti $GLOBALS, $query, $res, e $row.

user_various::selectThem query  ) 
 

Selecting the records by input $query and returning the header field values

Parametri:
string SQL query selecting the content elements.
Restituisce:
string The header field values of the content elements imploded by a
tag private

Definizione alla linea 159 del file example_callfunction.php.

Riferimenti $GLOBALS, $query, $res, e $row.

user_various::selectThem query  ) 
 

Selecting the records by input $query and returning the header field values

Parametri:
string SQL query selecting the content elements.
Restituisce:
string The header field values of the content elements imploded by a
tag private

Definizione alla linea 159 del file example_callfunction.php.

Riferimenti $GLOBALS, $query, $res, e $row.

user_various::selectThem query  ) 
 

Selecting the records by input $query and returning the header field values

Parametri:
string SQL query selecting the content elements.
Restituisce:
string The header field values of the content elements imploded by a
tag private

Definizione alla linea 159 del file example_callfunction.php.

Riferimenti $GLOBALS, $query, $res, e $row.


Documentazione dei dati membri

user_various::$cObj
 

Definizione alla linea 101 del file example_callfunction.php.


La documentazione per questa classe è stata generata a partire dai seguenti file:
Generato il Thu Jan 19 15:47:50 2006 per TYPO3 versione 3.8.1 da  doxygen 1.4.6