PHP Класс Sulu\Component\Content\Compat\Property

Наследование: implements Sulu\Component\Content\Compat\PropertyInterface, implements JsonSerializable
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$propertyValue Sulu\Component\Content\Document\Structure\PropertyValue Constructor.

Открытые методы

Метод Описание
__clone ( )
__construct ( $name, $metaData, $contentTypeName, $mandatory = false, $multilingual = true, $maxOccurs = 1, $minOccurs = 1, $params = [], $tags = [], $col = null )
__get ( $property ) magic getter for twig templates.
addTag ( PropertyTag $tag ) : PropertyTag add a property tag.
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.
getMetadata ( ) : Metadata
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.
getStructure ( ) : Sulu\Component\Content\Compat\StructureInterface returns structure.
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.
hasTag ( $tagName ) : boolean return true if a tag with the given name exists.
isMandatory ( ) : boolean returns mandatory.
isMultilingual ( ) : boolean returns multilingual.
jsonSerialize ( )
setPropertyValue ( PropertyValue $propertyValue )
setStructure ( Sulu\Component\Content\Compat\StructureInterface $structure )
setValue ( mixed $value ) sets the value from property.
setValueByReference ( &$value )
toArray ( $depth = null )

Описание методов

__clone() публичный Метод

public __clone ( )

__construct() публичный Метод

public __construct ( $name, $metaData, $contentTypeName, $mandatory = false, $multilingual = true, $maxOccurs = 1, $minOccurs = 1, $params = [], $tags = [], $col = null )

__get() публичный Метод

magic getter for twig templates.
public __get ( $property )
$property

addTag() публичный Метод

add a property tag.
public addTag ( PropertyTag $tag ) : PropertyTag
$tag PropertyTag
Результат PropertyTag

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

getMetadata() публичный Метод

public getMetadata ( ) : Metadata
Результат Metadata

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 ( ) : array
Результат array

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 ( ) : PropertyTag[]
Результат PropertyTag[]

getTitle() публичный Метод

returns title of property.
public getTitle ( string $languageCode ) : string
$languageCode string
Результат string

getValue() публичный Метод

gets the value from property.
public getValue ( ) : mixed
Результат mixed

hasTag() публичный Метод

return true if a tag with the given name exists.
public hasTag ( $tagName ) : boolean
Результат boolean

isMandatory() публичный Метод

returns mandatory.
public isMandatory ( ) : boolean
Результат boolean

isMultilingual() публичный Метод

returns multilingual.
public isMultilingual ( ) : boolean
Результат boolean

jsonSerialize() публичный Метод

public jsonSerialize ( )

setPropertyValue() публичный Метод

public setPropertyValue ( PropertyValue $propertyValue )
$propertyValue Sulu\Component\Content\Document\Structure\PropertyValue

setStructure() публичный Метод

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

setValue() публичный Метод

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

setValueByReference() публичный Метод

public setValueByReference ( &$value )

toArray() публичный Метод

public toArray ( $depth = null )

Описание свойств

$propertyValue защищенное свойство

Constructor.
protected PropertyValue,Sulu\Component\Content\Document\Structure $propertyValue
Результат Sulu\Component\Content\Document\Structure\PropertyValue