PHP Class CategoriesModule, vanilla

Inheritance: extends SecurableModule
Mostrar archivo Open project: vanilla/vanilla Class Usage Examples

Public Properties

Property Type Description
$endDepth Inclusive.
$startDepth Inclusive.

Public Methods

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

Protected Methods

Method Description
getData ( ) Get the data for this module.

Method Details

__construct() public method

public __construct ( $Sender = '' )

assetTarget() public method

public assetTarget ( )

filterDepth() public method

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

getData() protected method

Get the data for this module.
protected getData ( )

toString() public method

public toString ( )

Property Details

$endDepth public_oe property

Inclusive.
public $endDepth

$startDepth public_oe property

Inclusive.
public $startDepth