PHP 클래스 BxDolMenu, dolphin.pro

파일 보기 프로젝트 열기: boonex/dolphin.pro 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$aCustomBreadcrumbs
$aMenuInfo
$aNotShowSubsFor
$aTopMenu
$oPermalinks
$oTemplConfig
$sCode
$sRequestUriFile var $iDivide; //divider or top items
$sSelfFile

공개 메소드들

메소드 설명
__construct ( )
checkCond ( $sCheck )
checkShowCurSub ( ) check if to show current sub menu
checkToShow ( $aItem )
checkVisible ( $sVisible )
compile ( )
genSubItems ( $iTItemID )
getCurrLink ( $sCont ) Returns link in accordance with permalink settings
getMenuInfo ( )
load ( )
replaceMetas ( $sLink )
setCurrentProfileID ( $iProfileID )
setCurrentProfileNickName ( $sNickName = '' )
setCustomBreadcrumbs ( $a ) set custom breadcrumbs
setCustomVar ( $sVar, $sVal )
unsetCustomVar ( $sVar, $sVal )

메소드 상세

__construct() 공개 메소드

public __construct ( )

checkCond() 공개 메소드

public checkCond ( $sCheck )

checkShowCurSub() 공개 메소드

check if to show current sub menu
public checkShowCurSub ( )

checkToShow() 공개 메소드

public checkToShow ( $aItem )

checkVisible() 공개 메소드

public checkVisible ( $sVisible )

compile() 공개 메소드

public compile ( )

genSubItems() 공개 메소드

public genSubItems ( $iTItemID )

getMenuInfo() 공개 메소드

public getMenuInfo ( )

load() 공개 메소드

public load ( )

replaceMetas() 공개 메소드

public replaceMetas ( $sLink )

setCurrentProfileID() 공개 메소드

public setCurrentProfileID ( $iProfileID )

setCurrentProfileNickName() 공개 메소드

public setCurrentProfileNickName ( $sNickName = '' )

setCustomBreadcrumbs() 공개 메소드

set custom breadcrumbs
public setCustomBreadcrumbs ( $a )
$a breadcrumbs array, array keys are titles and array values are links, for example: array( _t('Item1') => 'http://item1.com/link', _t('Item2') => 'http://item2.com/link', ) NOTE: first element in breadcrumb is always 'Home', it is added automatically, so you don't need to add in this array

setCustomVar() 공개 메소드

public setCustomVar ( $sVar, $sVal )

unsetCustomVar() 공개 메소드

public unsetCustomVar ( $sVar, $sVal )

프로퍼티 상세

$aCustomBreadcrumbs 공개적으로 프로퍼티

public $aCustomBreadcrumbs

$aMenuInfo 공개적으로 프로퍼티

public $aMenuInfo

$aNotShowSubsFor 공개적으로 프로퍼티

public $aNotShowSubsFor

$aTopMenu 공개적으로 프로퍼티

public $aTopMenu

$oTemplConfig 공개적으로 프로퍼티

public $oTemplConfig

$sCode 공개적으로 프로퍼티

public $sCode

$sRequestUriFile 공개적으로 프로퍼티

var $iDivide; //divider or top items
public $sRequestUriFile

$sSelfFile 공개적으로 프로퍼티

public $sSelfFile