PHP 클래스 Sulu\Component\Content\Document\Structure\Structure

상속: implements Sulu\Component\Content\Document\Structure\StructureInterface
파일 보기 프로젝트 열기: sulu/sulu 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$properties array
$stagedData array

공개 메소드들

메소드 설명
__get ( $name )
__set ( $name, $value )
bind ( $data, $clearMissing = false )
commitStagedData ( $clearMissingContent )
getContentViewProperty ( $name )
getProperty ( $name )
getStagedData ( )
hasProperty ( $name )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )
setStagedData ( array $stagedData )
toArray ( )

보호된 메소드들

메소드 설명
normalize ( $value )

메소드 상세

__get() 공개 메소드

public __get ( $name )

__set() 공개 메소드

public __set ( $name, $value )

bind() 공개 메소드

public bind ( $data, $clearMissing = false )

commitStagedData() 공개 메소드

public commitStagedData ( $clearMissingContent )

getContentViewProperty() 공개 메소드

public getContentViewProperty ( $name )

getProperty() 공개 메소드

public getProperty ( $name )

getStagedData() 공개 메소드

public getStagedData ( )

hasProperty() 공개 메소드

public hasProperty ( $name )

normalize() 보호된 메소드

protected normalize ( $value )

offsetExists() 공개 메소드

public offsetExists ( $offset )

offsetGet() 공개 메소드

public offsetGet ( $offset )

offsetSet() 공개 메소드

public offsetSet ( $offset, $value )

offsetUnset() 공개 메소드

public offsetUnset ( $offset )

setStagedData() 공개 메소드

public setStagedData ( array $stagedData )
$stagedData array

toArray() 공개 메소드

public toArray ( )

프로퍼티 상세

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

protected array $properties
리턴 array

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

protected array $stagedData
리턴 array