PHP Class CategoriesModule, vanilla

Inheritance: extends SecurableModule
Afficher le fichier Open project: vanilla/vanilla Class Usage Examples

Méthodes publiques

Свойство Type Description
$endDepth Inclusive.
$startDepth Inclusive.

Méthodes publiques

Méthode Description
__construct ( $Sender = '' )
assetTarget ( )
filterDepth ( &$Categories, $startDepth, $endDepth )
toString ( )

Méthodes protégées

Méthode Description
getData ( ) Get the data for this module.

Method Details

__construct() public méthode

public __construct ( $Sender = '' )

assetTarget() public méthode

public assetTarget ( )

filterDepth() public méthode

public filterDepth ( &$Categories, $startDepth, $endDepth )

getData() protected méthode

Get the data for this module.
protected getData ( )

toString() public méthode

public toString ( )

Property Details

$endDepth public_oe property

Inclusive.
public $endDepth

$startDepth public_oe property

Inclusive.
public $startDepth