PHP 클래스 CategoriesModule, vanilla

상속: extends SecurableModule
파일 보기 프로젝트 열기: vanilla/vanilla 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$endDepth Inclusive.
$startDepth Inclusive.

공개 메소드들

메소드 설명
__construct ( $Sender = '' )
assetTarget ( )
filterDepth ( &$Categories, $startDepth, $endDepth )
toString ( )

보호된 메소드들

메소드 설명
getData ( ) Get the data for this module.

메소드 상세

__construct() 공개 메소드

public __construct ( $Sender = '' )

assetTarget() 공개 메소드

public assetTarget ( )

filterDepth() 공개 메소드

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

getData() 보호된 메소드

Get the data for this module.
protected getData ( )

toString() 공개 메소드

public toString ( )

프로퍼티 상세

$endDepth 공개적으로 프로퍼티

Inclusive.
public $endDepth

$startDepth 공개적으로 프로퍼티

Inclusive.
public $startDepth