PHP Class Pimcore\Navigation\Page\Uri

Inheritance: extends Zend_Navigation_Page_Uri
显示文件 Open project: pimcore/pimcore Class Usage Examples

Protected Properties

Property Type Description
$_accesskey string
$_documentId integer
$_relation string
$_tabindex string
$customSettings array
$documentType string
$realFullPath string

Public Methods

Method Description
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 )

Method Details

getAccesskey() public method

public getAccesskey ( ) : string
return string

getCustomSetting() public method

public getCustomSetting ( $name ) : null
$name
return null

getDocument() public method

public getDocument ( ) : Document
return Pimcore\Model\Document

getDocumentId() public method

public getDocumentId ( ) : integer
return integer

getDocumentType() public method

public getDocumentType ( ) : mixed
return mixed

getRealFullPath() public method

public getRealFullPath ( ) : string
return string

getRelation() public method

public getRelation ( ) : string
return string

getTabindex() public method

public getTabindex ( ) : string
return string

setAccesskey() public method

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

setCustomSetting() public method

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

setDocument() public method

public setDocument ( $document )
$document

setDocumentId() public method

public setDocumentId ( integer $documentId )
$documentId integer

setDocumentType() public method

public setDocumentType ( mixed $documentType )
$documentType mixed

setRealFullPath() public method

public setRealFullPath ( string $realFullPath )
$realFullPath string

setRelation() public method

public setRelation ( $relation )
$relation

setTabindex() public method

public setTabindex ( $tabindex )
$tabindex

Property Details

$_accesskey protected_oe property

protected string $_accesskey
return string

$_documentId protected_oe property

protected int $_documentId
return integer

$_relation protected_oe property

protected string $_relation
return string

$_tabindex protected_oe property

protected string $_tabindex
return string

$customSettings protected_oe property

protected array $customSettings
return array

$documentType protected_oe property

protected string $documentType
return string

$realFullPath protected_oe property

protected string $realFullPath
return string