PHP 클래스 Pimcore\Model\Document\Hardlink

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

공개 프로퍼티들

프로퍼티 타입 설명
$childsFromSource boolean
$propertiesFromSource boolean
$sourceId integer
$type string static type of this object

공개 메소드들

메소드 설명
delete ( ) : void
getCacheTags ( $tags = [] ) : array Resolves dependencies and create tags for caching out of them
getChildren ( boolean $unpublished = false ) : array | null
getChildrenFromSource ( ) : boolean
getChildsFromSource ( ) : boolean
getProperties ( ) : array | null | Property[]
getPropertiesFromSource ( ) : boolean
getSourceDocument ( ) : PageSnippet
getSourceId ( ) : integer
hasChildren ( ) : boolean hast to overwrite the resource implementation because there can be inherited childs
resolveDependencies ( ) : array
setChildrenFromSource ( $childsFromSource ) : Hardlink
setChildsFromSource ( $childsFromSource ) : Hardlink
setPropertiesFromSource ( $propertiesFromSource )
setSourceId ( $sourceId )

보호된 메소드들

메소드 설명
update ( )

메소드 상세

delete() 공개 메소드

또한 보기: Document::delete
public delete ( ) : void
리턴 void

getCacheTags() 공개 메소드

Resolves dependencies and create tags for caching out of them
public getCacheTags ( $tags = [] ) : array
리턴 array

getChildren() 공개 메소드

public getChildren ( boolean $unpublished = false ) : array | null
$unpublished boolean
리턴 array | null

getChildrenFromSource() 공개 메소드

public getChildrenFromSource ( ) : boolean
리턴 boolean

getChildsFromSource() 공개 메소드

사용 중단:
public getChildsFromSource ( ) : boolean
리턴 boolean

getProperties() 공개 메소드

public getProperties ( ) : array | null | Property[]
리턴 array | null | Pimcore\Model\Property[]

getPropertiesFromSource() 공개 메소드

getSourceDocument() 공개 메소드

public getSourceDocument ( ) : PageSnippet
리턴 PageSnippet

getSourceId() 공개 메소드

public getSourceId ( ) : integer
리턴 integer

hasChildren() 공개 메소드

hast to overwrite the resource implementation because there can be inherited childs
public hasChildren ( ) : boolean
리턴 boolean

resolveDependencies() 공개 메소드

또한 보기: Document::resolveDependencies
public resolveDependencies ( ) : array
리턴 array

setChildrenFromSource() 공개 메소드

public setChildrenFromSource ( $childsFromSource ) : Hardlink
$childsFromSource
리턴 Hardlink

setChildsFromSource() 공개 메소드

사용 중단:
public setChildsFromSource ( $childsFromSource ) : Hardlink
$childsFromSource
리턴 Hardlink

setPropertiesFromSource() 공개 메소드

public setPropertiesFromSource ( $propertiesFromSource )
$propertiesFromSource

setSourceId() 공개 메소드

public setSourceId ( $sourceId )
$sourceId

update() 보호된 메소드

protected update ( )

프로퍼티 상세

$childsFromSource 공개적으로 프로퍼티

public bool $childsFromSource
리턴 boolean

$propertiesFromSource 공개적으로 프로퍼티

public bool $propertiesFromSource
리턴 boolean

$sourceId 공개적으로 프로퍼티

public int $sourceId
리턴 integer

$type 공개적으로 프로퍼티

static type of this object
public string $type
리턴 string