Свойство | Type | Description | |
---|---|---|---|
$arrData | array | Current record | |
$arrStyle | array | Style array | |
$objModel | Model | ||
$strColumn | string | Column | |
$strTemplate | string | Template |
Méthode | 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 front end module in the FE_MOD array and return the class name | |
generate ( ) : string | Parse the template | |
getModel ( ) : |
Return the model |
Méthode | Description | |
---|---|---|
compile ( ) | Compile the current element | |
renderNavigation ( integer $pid, integer $level = 1, string $host = null, string $language = null ) : string | Recursively compile the navigation menu and return it as HTML string |
public __construct ( |
||
$objModule | ||
$strColumn | string |