SC_db_new_content_el Class Reference

List of all members.

Public Member Functions

 init ()
 main ()
 printContent ()
 getWizardItems ()
 wizardArray ()
 removeInvalidElements (&$wizardItems)

Public Attributes

 $id
 $sys_language = 0
 $R_URI = ''
 $colPos
 $uid_pid
 $modTSconfig = array()
 $doc
 $include_once = array()
 $content
 $access


Detailed Description

Definition at line 153 of file db_new_content_el.php.


Member Function Documentation

SC_db_new_content_el::init (  ) 

Constructor, initializing internal variables.

Returns:
void

Definition at line 176 of file db_new_content_el.php.

SC_db_new_content_el::main (  ) 

Creating the module output.

Returns:
void

Definition at line 212 of file db_new_content_el.php.

SC_db_new_content_el::printContent (  ) 

Print out the accumulated content:

Returns:
void

Definition at line 359 of file db_new_content_el.php.

SC_db_new_content_el::getWizardItems (  ) 

Returns the content of wizardArray() function...

Returns:
array Returns the content of wizardArray() function...

Definition at line 388 of file db_new_content_el.php.

SC_db_new_content_el::wizardArray (  ) 

Returns the array of elements in the wizard display. For the plugin section there is support for adding elements there from a global variable.

Returns:
array

Definition at line 398 of file db_new_content_el.php.

SC_db_new_content_el::removeInvalidElements ( &$  wizardItems  ) 

Checks the array for elements which might contain unallowed default values and will unset them! Looks for the "tt_content_defValues" key in each element and if found it will traverse that array as fieldname / value pairs and check. The values will be added to the "params" key of the array (which should probably be unset or empty by default).

Parameters:
array Wizard items, passed by reference
Returns:
void

Definition at line 549 of file db_new_content_el.php.


The documentation for this class was generated from the following file:
This documentation has been generated automatically from TYPO3 source code using Doxygen and is provided as is by Cast Iron Coding as a courtesy to other TYPO3 developers and users. Please consider Cast Iron Coding — a full-service web development agency in Portland, Oregon specializing in TYPO3 extension development — for all of your TYPO3 development and consulting needs!