PHP Class Contao\FileTree

Inheritance: extends Widget
Show file Open project: contao/core-bundle

Protected Properties

Property Type Description
$blnSubmitInput boolean Submit user input
$strOrderId string Order ID
$strOrderName string Order name
$strTemplate string Template

Public Methods

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

Protected Methods

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

Method Details

__construct() public method

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

generate() public method

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

validator() protected method

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

Property Details

$blnSubmitInput protected property

Submit user input
protected bool $blnSubmitInput
return boolean

$strOrderId protected property

Order ID
protected string $strOrderId
return string

$strOrderName protected property

Order name
protected string $strOrderName
return string

$strTemplate protected property

Template
protected string $strTemplate
return string