"TYPO3 4.0.1: user_various Class Reference", "datetime" => "Sat Dec 2 19:27:30 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>
Public Member Functions | |
reverseString ($content, $conf) | |
listContentRecordsOnPage ($content, $conf) | |
selectThem ($query) | |
Public Attributes | |
$cObj |
Definition at line 100 of file example_callfunction.php.
|
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 }
Definition at line 140 of file example_callfunction.php. |
|
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.
Definition at line 111 of file example_callfunction.php. |
|
Selecting the records by input $query and returning the header field values
Definition at line 159 of file example_callfunction.php. |