PHP Class Contao\FileTree

Inheritance: extends Widget
Afficher le fichier Open project: contao/core-bundle

Protected Properties

Свойство Type Description
$blnSubmitInput boolean Submit user input
$strOrderId string Order ID
$strOrderName string Order name
$strTemplate string Template

Méthodes publiques

Méthode Description
__construct ( array $arrAttributes = null ) Load the database object
generate ( ) : string Generate the widget and return it as string

Méthodes protégées

Méthode Description
validator ( mixed $varInput ) : mixed Return an array if the "multiple" attribute is set

Method Details

__construct() public méthode

Load the database object
public __construct ( array $arrAttributes = null )
$arrAttributes array

generate() public méthode

Generate the widget and return it as string
public generate ( ) : string
Résultat string

validator() protected méthode

Return an array if the "multiple" attribute is set
protected validator ( mixed $varInput ) : mixed
$varInput mixed
Résultat mixed

Property Details

$blnSubmitInput protected_oe property

Submit user input
protected bool $blnSubmitInput
Résultat boolean

$strOrderId protected_oe property

Order ID
protected string $strOrderId
Résultat string

$strOrderName protected_oe property

Order name
protected string $strOrderName
Résultat string

$strTemplate protected_oe property

Template
protected string $strTemplate
Résultat string