PHP Класс Sulu\Component\Content\Metadata\PropertyMetadata

Наследование: extends ItemMetadata
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$colSpan integer The number of grid columns the property should use in the admin interface.
$cssClass string The CSS class the property should use in the admin interface.
$localized boolean If the property should be available in different localizations.
$maxOccurs mixed
$minOccurs integer
$parameters array
$placeholder Placeholder for property.
$required boolean If the property is required.
$structure Structure
$tags array Tags, e.g. [['name' => 'sulu_search.field', 'type' => 'string']].
$type string Type of this property (e.g. "text_line", "smart_content").

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

Метод Описание
getColSpan ( )
getContentTypeName ( )
getIsBlock ( )
getMaxOccurs ( )
getMinOccurs ( )
getPlaceholder ( $locale )
getStructure ( )
getType ( )
isLocalized ( )
isMultiple ( )
isRequired ( )

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

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

public getColSpan ( )

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

Устаревший: - use getType
public getContentTypeName ( )

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

Устаревший:
public getIsBlock ( )

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

public getMaxOccurs ( )

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

public getMinOccurs ( )

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

public getPlaceholder ( $locale )

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

public getStructure ( )

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

public getType ( )

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

public isLocalized ( )

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

public isMultiple ( )

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

public isRequired ( )

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

$colSpan публичное свойство

The number of grid columns the property should use in the admin interface.
public int $colSpan
Результат integer

$cssClass публичное свойство

The CSS class the property should use in the admin interface.
public string $cssClass
Результат string

$localized публичное свойство

If the property should be available in different localizations.
public bool $localized
Результат boolean

$maxOccurs публичное свойство

public mixed $maxOccurs
Результат mixed

$minOccurs публичное свойство

public int $minOccurs
Результат integer

$parameters публичное свойство

public array $parameters
Результат array

$placeholder публичное свойство

Placeholder for property.
public $placeholder

$required публичное свойство

If the property is required.
public bool $required
Результат boolean

$structure публичное свойство

public Structure $structure
Результат Structure

$tags публичное свойство

Tags, e.g. [['name' => 'sulu_search.field', 'type' => 'string']].
public array $tags
Результат array

$type публичное свойство

Type of this property (e.g. "text_line", "smart_content").
public string $type
Результат string