Property | Type | Description | |
---|---|---|---|
$arrData | array | Current record | |
$arrProcessed | array | Processed folders | |
$arrStyle | array | Style array | |
$objModel | Model | ||
$strColumn | string | Column | |
$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 | |
findClass ( string $strName ) : string | Find a content element in the TL_CTE array and return the class name | |
generate ( ) : string | Parse the template | |
getModel ( ) : |
Return the model |
Method | Description | |
---|---|---|
compile ( ) | Compile the content element |
public __construct ( |
||
$objElement | ||
$strColumn | string |