Property | Type | Description | |
---|---|---|---|
$arrData | array | Current record | |
$arrStyle | array | Style array | |
$objModel | Model | ||
$objParent | Parent element | ||
$strColumn | string | Column | |
$strKey | string | Key | |
$strTable | string | Table | |
$strTemplate | string | Template |
Method | Description | |
---|---|---|
__construct ( |
Initialize the object | |
__get ( string $strKey ) : mixed | Return an object property | |
__isset ( string $strKey ) : boolean | Check whether a property is set | |
__set ( string $strKey, mixed $varValue ) | Set an object property | |
generate ( ) : string | Parse the template | |
getModel ( ) : |
Return the model | |
getParent ( ) : object | Return the parent object |
Method | Description | |
---|---|---|
compile ( ) | Compile the current element |
public __construct ( |
||
$objElement | ||
$strColumn | string |
protected Model,contao|object $objParent | ||
return |