PHP Класс Sulu\Component\Content\Mapper\Translation\TranslatedProperty

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

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

Метод Описание
__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 )

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

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

Constructor.
public __construct ( Sulu\Component\Content\Compat\PropertyInterface $property, $localization, $languageNamespace, $additionalPrefix = null )
$property Sulu\Component\Content\Compat\PropertyInterface

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

returns column span.
public getColspan ( ) : string
Результат string

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

returns name of content type.
public getContentTypeName ( ) : string
Результат string

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

public getDocument ( )

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

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

returns the localization of this property.
public getLocalization ( ) : string
Результат string

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

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

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

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

public getProperty ( ) : Sulu\Component\Content\Document\Property\PropertyInterface
Результат Sulu\Component\Content\Document\Property\PropertyInterface

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

public getStructure ( )

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

returns tag with given name.
public getTag ( string $tagName ) : PropertyTag
$tagName string
Результат Sulu\Component\Content\Compat\PropertyTag

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

returns tags defined in xml.
public getTags ( ) : PropertyTag[]
Результат Sulu\Component\Content\Compat\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

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

sets the localization of this property.
public setLocalization ( string $localization )
$localization string

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

public setStructure ( $structure )

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

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

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

public toArray ( $depth = null )