PHP 클래스 Sulu\Component\Content\Metadata\PropertyMetadata

상속: extends ItemMetadata
파일 보기 프로젝트 열기: sulu/sulu 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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