TYPO3  7.6
Public Member Functions | List of all members
UserElement Class Reference
Inheritance diagram for UserElement:
AbstractFormElement AbstractNode NodeInterface

Public Member Functions

 render ()
 
- Public Member Functions inherited from AbstractFormElement
 __construct (NodeFactory $nodeFactory, array $data)
 
- Public Member Functions inherited from AbstractNode
 __construct (NodeFactory $nodeFactory, array $data)
 
 render ()
 

Additional Inherited Members

- Protected Member Functions inherited from AbstractFormElement
 isWizardsDisabled ()
 
 formMaxWidth ($size=48)
 
 getClipboardElements ($allowed, $mode)
 
 getLanguageService ()
 
- Protected Attributes inherited from AbstractFormElement
 $defaultInputWidth = 30
 
 $minimumInputWidth = 10
 
 $maxInputWidth = 50
 
 $clipboard = null
 
 $iconFactory
 

Detailed Description

Generation of elements of the type "user"

Definition at line 22 of file UserElement.php.

Member Function Documentation

render ( )

User defined field type

Returns
array As defined in initializeResultArray() of AbstractNode

Implements NodeInterface.

Definition at line 29 of file UserElement.php.

References GeneralUtility\callUserFunction(), and AbstractNode\initializeResultArray().