Method |
Description |
|
__construct ( Sulu\Component\Content\Compat\PropertyInterface $property, $localization, $languageNamespace, $additionalPrefix = null ) |
Constructor. |
|
getColspan ( ) : string |
returns column span. |
|
getContentTypeName ( ) : string |
returns name of content type. |
|
getDocument ( ) |
|
|
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. |
|
getLocalization ( ) : string |
returns the localization of this property. |
|
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 ( ) : array |
parameter of property. |
|
getPlaceholder ( string $languageCode ) : string |
returns placeholder of property. |
|
getProperty ( ) : Sulu\Component\Content\Document\Property\PropertyInterface |
|
|
getStructure ( ) |
|
|
getTag ( string $tagName ) : PropertyTag |
returns tag with given name. |
|
getTags ( ) : 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. |
|
setLocalization ( string $localization ) |
sets the localization of this property. |
|
setStructure ( $structure ) |
|
|
setValue ( $value ) |
sets the value from property. |
|
toArray ( $depth = null ) |
|
|