PHP 클래스 Sulu\Component\Content\Compat\Block\BlockPropertyType

파일 보기 프로젝트 열기: sulu/sulu 1 사용 예제들

공개 메소드들

메소드 설명
__clone ( )
__construct ( $name, $metadata )
addChild ( Sulu\Component\Content\Compat\PropertyInterface $property )
getChild ( string $name ) : Sulu\Component\Content\Compat\PropertyInterface returns property with given name.
getChildProperties ( ) : Sulu\Component\Content\Compat\PropertyInterface[] returns a list of properties managed by this block.
getMetadata ( ) : Metadata
getName ( ) : string
getProperty ( string $name ) : null | Sulu\Component\Content\Compat\PropertyInterface returns child property with given name.
getTitle ( string $languageCode ) : string

메소드 상세

__clone() 공개 메소드

public __clone ( )

__construct() 공개 메소드

public __construct ( $name, $metadata )

addChild() 공개 메소드

public addChild ( Sulu\Component\Content\Compat\PropertyInterface $property )
$property Sulu\Component\Content\Compat\PropertyInterface

getChild() 공개 메소드

returns property with given name.
public getChild ( string $name ) : Sulu\Component\Content\Compat\PropertyInterface
$name string of property
리턴 Sulu\Component\Content\Compat\PropertyInterface

getChildProperties() 공개 메소드

returns a list of properties managed by this block.
public getChildProperties ( ) : Sulu\Component\Content\Compat\PropertyInterface[]
리턴 Sulu\Component\Content\Compat\PropertyInterface[]

getMetadata() 공개 메소드

public getMetadata ( ) : Metadata
리턴 Sulu\Component\Content\Compat\Metadata

getName() 공개 메소드

public getName ( ) : string
리턴 string

getProperty() 공개 메소드

returns child property with given name.
public getProperty ( string $name ) : null | Sulu\Component\Content\Compat\PropertyInterface
$name string
리턴 null | Sulu\Component\Content\Compat\PropertyInterface

getTitle() 공개 메소드

public getTitle ( string $languageCode ) : string
$languageCode string
리턴 string