PHP 클래스 Pimcore\Model\Document\Page

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

공개 프로퍼티들

프로퍼티 타입 설명
$description string Contains the description of the page (meta-description)
$metaData array
$personas string comma separated IDs of personas
$prettyUrl string
$title string Contains the title of the page (meta-title)
$type string Static type of the document
$usePersona integer

공개 메소드들

메소드 설명
__sleep ( )
delete ( )
getDescription ( ) : string
getElement ( string $name ) : Tag
getFullPath ( )
getKeywords ( ) : string
getMetaData ( ) : array
getName ( ) : string getProperty method should be used instead
getPersonaElementName ( $name ) : string
getPersonaElementPrefix ( null $personaId = null ) : null | string
getPersonas ( ) : string
getPrettyUrl ( ) : string
getTitle ( ) : string
getUsePersona ( ) : integer
setDescription ( string $description )
setElement ( string $name, string $data )
setKeywords ( string $keywords )
setMetaData ( $metaData )
setName ( string $name ) setProperty method should be used instead
setPersonas ( string $personas )
setPrettyUrl ( $prettyUrl )
setTitle ( string $title )
setUsePersona ( integer $usePersona )

보호된 메소드들

메소드 설명
update ( )

메소드 상세

__sleep() 공개 메소드

public __sleep ( )

delete() 공개 메소드

public delete ( )

getDescription() 공개 메소드

public getDescription ( ) : string
리턴 string

getElement() 공개 메소드

public getElement ( string $name ) : Tag
$name string
리턴 Tag

getFullPath() 공개 메소드

public getFullPath ( )

getKeywords() 공개 메소드

사용 중단:
public getKeywords ( ) : string
리턴 string

getMetaData() 공개 메소드

public getMetaData ( ) : array
리턴 array

getName() 공개 메소드

getProperty method should be used instead
사용 중단:
public getName ( ) : string
리턴 string

getPersonaElementName() 공개 메소드

public getPersonaElementName ( $name ) : string
$name
리턴 string

getPersonaElementPrefix() 공개 메소드

public getPersonaElementPrefix ( null $personaId = null ) : null | string
$personaId null
리턴 null | string

getPersonas() 공개 메소드

public getPersonas ( ) : string
리턴 string

getPrettyUrl() 공개 메소드

public getPrettyUrl ( ) : string
리턴 string

getTitle() 공개 메소드

public getTitle ( ) : string
리턴 string

getUsePersona() 공개 메소드

public getUsePersona ( ) : integer
리턴 integer

setDescription() 공개 메소드

public setDescription ( string $description )
$description string

setElement() 공개 메소드

public setElement ( string $name, string $data )
$name string
$data string

setKeywords() 공개 메소드

사용 중단:
public setKeywords ( string $keywords )
$keywords string

setMetaData() 공개 메소드

public setMetaData ( $metaData )
$metaData

setName() 공개 메소드

setProperty method should be used instead
사용 중단:
public setName ( string $name )
$name string

setPersonas() 공개 메소드

public setPersonas ( string $personas )
$personas string

setPrettyUrl() 공개 메소드

public setPrettyUrl ( $prettyUrl )
$prettyUrl

setTitle() 공개 메소드

public setTitle ( string $title )
$title string

setUsePersona() 공개 메소드

public setUsePersona ( integer $usePersona )
$usePersona integer

update() 보호된 메소드

protected update ( )

프로퍼티 상세

$description 공개적으로 프로퍼티

Contains the description of the page (meta-description)
public string $description
리턴 string

$metaData 공개적으로 프로퍼티

public array $metaData
리턴 array

$personas 공개적으로 프로퍼티

comma separated IDs of personas
public string $personas
리턴 string

$prettyUrl 공개적으로 프로퍼티

public string $prettyUrl
리턴 string

$title 공개적으로 프로퍼티

Contains the title of the page (meta-title)
public string $title
리턴 string

$type 공개적으로 프로퍼티

Static type of the document
public string $type
리턴 string

$usePersona 공개적으로 프로퍼티

public int $usePersona
리턴 integer