PHP 인터페이스 Sulu\Component\Content\Compat\PropertyInterface

상속: extends Sulu\Component\Util\ArrayableInterface
파일 보기 프로젝트 열기: sulu/sulu 0 사용 예제들

공개 메소드들

메소드 설명
getColspan ( ) : string returns column span.
getContentTypeName ( ) : string returns name of content type.
getInfoText ( string $languageCode ) : string returns infoText of property.
getIsBlock ( ) : boolean returns TRUE if property is a block.
getIsMultiple ( ) : boolean returns TRUE if property is multiple.
getMandatory ( ) : boolean returns field is mandatory.
getMaxOccurs ( ) : integer return max occurs.
getMinOccurs ( ) : integer return min occurs.
getMultilingual ( ) : boolean returns field is multilingual.
getName ( ) : string returns name of template.
getParams ( ) : PropertyParameter[] parameter of property.
getPlaceholder ( string $languageCode ) : string returns placeholder of property.
getStructure ( ) : Sulu\Component\Content\Compat\StructureInterface returns structure.
getTag ( string $tagName ) : PropertyTag returns tag with given name.
getTags ( ) : Sulu\Component\Content\PropertyTag[] Returns tags defined in xml.
getTitle ( string $languageCode ) : string returns title of property.
getValue ( ) : mixed gets the value from property.
isMandatory ( ) : boolean returns mandatory.
isMultilingual ( ) : boolean returns multilingual.
setStructure ( Sulu\Component\Content\Compat\StructureInterface $structure ) sets structure.
setValue ( $value ) sets the value from property.

메소드 상세

getColspan() 공개 메소드

returns column span.
public getColspan ( ) : string
리턴 string

getContentTypeName() 공개 메소드

returns name of content type.
public getContentTypeName ( ) : string
리턴 string

getInfoText() 공개 메소드

returns infoText of property.
public getInfoText ( string $languageCode ) : string
$languageCode string
리턴 string

getIsBlock() 공개 메소드

returns TRUE if property is a block.
public getIsBlock ( ) : boolean
리턴 boolean

getIsMultiple() 공개 메소드

returns TRUE if property is multiple.
public getIsMultiple ( ) : boolean
리턴 boolean

getMandatory() 공개 메소드

returns field is mandatory.
public getMandatory ( ) : boolean
리턴 boolean

getMaxOccurs() 공개 메소드

return max occurs.
public getMaxOccurs ( ) : integer
리턴 integer

getMinOccurs() 공개 메소드

return min occurs.
public getMinOccurs ( ) : integer
리턴 integer

getMultilingual() 공개 메소드

returns field is multilingual.
public getMultilingual ( ) : boolean
리턴 boolean

getName() 공개 메소드

returns name of template.
public getName ( ) : string
리턴 string

getParams() 공개 메소드

parameter of property.
public getParams ( ) : PropertyParameter[]
리턴 PropertyParameter[]

getPlaceholder() 공개 메소드

returns placeholder of property.
public getPlaceholder ( string $languageCode ) : string
$languageCode string
리턴 string

getStructure() 공개 메소드

returns structure.
public getStructure ( ) : Sulu\Component\Content\Compat\StructureInterface
리턴 Sulu\Component\Content\Compat\StructureInterface

getTag() 공개 메소드

returns tag with given name.
public getTag ( string $tagName ) : PropertyTag
$tagName string
리턴 PropertyTag

getTags() 공개 메소드

Returns tags defined in xml.
public getTags ( ) : Sulu\Component\Content\PropertyTag[]
리턴 Sulu\Component\Content\PropertyTag[]

getTitle() 공개 메소드

returns title of property.
public getTitle ( string $languageCode ) : string
$languageCode string
리턴 string

getValue() 공개 메소드

gets the value from property.
public getValue ( ) : mixed
리턴 mixed

isMandatory() 공개 메소드

returns mandatory.
public isMandatory ( ) : boolean
리턴 boolean

isMultilingual() 공개 메소드

returns multilingual.
public isMultilingual ( ) : boolean
리턴 boolean

setStructure() 공개 메소드

sets structure.
public setStructure ( Sulu\Component\Content\Compat\StructureInterface $structure )
$structure Sulu\Component\Content\Compat\StructureInterface

setValue() 공개 메소드

sets the value from property.
public setValue ( $value )
$value mixed