PHP 클래스 Pimcore\Navigation\Page\Uri

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_accesskey string
$_documentId integer
$_relation string
$_tabindex string
$customSettings array
$documentType string
$realFullPath string

공개 메소드들

메소드 설명
getAccesskey ( ) : string
getCustomSetting ( $name ) : null
getDocument ( ) : Document
getDocumentId ( ) : integer
getDocumentType ( ) : mixed
getRealFullPath ( ) : string
getRelation ( ) : string
getTabindex ( ) : string
setAccesskey ( null $character = null )
setCustomSetting ( $name, $value )
setDocument ( $document )
setDocumentId ( integer $documentId )
setDocumentType ( mixed $documentType )
setRealFullPath ( string $realFullPath )
setRelation ( $relation )
setTabindex ( $tabindex )

메소드 상세

getAccesskey() 공개 메소드

public getAccesskey ( ) : string
리턴 string

getCustomSetting() 공개 메소드

public getCustomSetting ( $name ) : null
$name
리턴 null

getDocument() 공개 메소드

public getDocument ( ) : Document
리턴 Pimcore\Model\Document

getDocumentId() 공개 메소드

public getDocumentId ( ) : integer
리턴 integer

getDocumentType() 공개 메소드

public getDocumentType ( ) : mixed
리턴 mixed

getRealFullPath() 공개 메소드

public getRealFullPath ( ) : string
리턴 string

getRelation() 공개 메소드

public getRelation ( ) : string
리턴 string

getTabindex() 공개 메소드

public getTabindex ( ) : string
리턴 string

setAccesskey() 공개 메소드

public setAccesskey ( null $character = null )
$character null

setCustomSetting() 공개 메소드

public setCustomSetting ( $name, $value )
$name
$value

setDocument() 공개 메소드

public setDocument ( $document )
$document

setDocumentId() 공개 메소드

public setDocumentId ( integer $documentId )
$documentId integer

setDocumentType() 공개 메소드

public setDocumentType ( mixed $documentType )
$documentType mixed

setRealFullPath() 공개 메소드

public setRealFullPath ( string $realFullPath )
$realFullPath string

setRelation() 공개 메소드

public setRelation ( $relation )
$relation

setTabindex() 공개 메소드

public setTabindex ( $tabindex )
$tabindex

프로퍼티 상세

$_accesskey 보호되어 있는 프로퍼티

protected string $_accesskey
리턴 string

$_documentId 보호되어 있는 프로퍼티

protected int $_documentId
리턴 integer

$_relation 보호되어 있는 프로퍼티

protected string $_relation
리턴 string

$_tabindex 보호되어 있는 프로퍼티

protected string $_tabindex
리턴 string

$customSettings 보호되어 있는 프로퍼티

protected array $customSettings
리턴 array

$documentType 보호되어 있는 프로퍼티

protected string $documentType
리턴 string

$realFullPath 보호되어 있는 프로퍼티

protected string $realFullPath
리턴 string