Property | Type | Description | |
---|---|---|---|
$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"). |
Method | Description | |
---|---|---|
getColSpan ( ) | ||
getContentTypeName ( ) | ||
getIsBlock ( ) | ||
getMaxOccurs ( ) | ||
getMinOccurs ( ) | ||
getPlaceholder ( $locale ) | ||
getStructure ( ) | ||
getType ( ) | ||
isLocalized ( ) | ||
isMultiple ( ) | ||
isRequired ( ) |
public int $colSpan | ||
return | integer |
public string $cssClass | ||
return | string |
public bool $localized | ||
return | boolean |
public array $tags | ||
return | array |
public string $type | ||
return | string |