PHP 클래스 Jackalope\NodeType\PropertyDefinition

TODO: document array format of constructor
상속: extends ItemDefinition, implements PHPCR\NodeType\PropertyDefinitionInterface
파일 보기 프로젝트 열기: jackalope/jackalope 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$availableQueryOperators array List of constants from \PHPCR\Query\QueryObjectModelConstantsInterface
$defaultValues mixed
$isFullTextSearchable boolean
$isMultiple boolean
$isQueryOrderable boolean
$requiredType integer One of the PropertyType type constants
$valueConstraints array The constraint information array (array of strings)

공개 메소드들

메소드 설명
getAvailableQueryOperators ( ) {@inheritDoc}
getDefaultValues ( ) {@inheritDoc}
getRequiredType ( ) {@inheritDoc}
getValueConstraints ( ) {@inheritDoc}
isFullTextSearchable ( ) {@inheritDoc}
isMultiple ( ) {@inheritDoc}
isQueryOrderable ( ) {@inheritDoc}

보호된 메소드들

메소드 설명
fromArray ( array $data ) Treat more information in addition to ItemDefinition::fromArray()

메소드 상세

fromArray() 보호된 메소드

See class documentation for the fields supported in the array.
protected fromArray ( array $data )
$data array The property definition in array form.

getAvailableQueryOperators() 공개 메소드

{@inheritDoc}

getDefaultValues() 공개 메소드

{@inheritDoc}
public getDefaultValues ( )

getRequiredType() 공개 메소드

{@inheritDoc}
public getRequiredType ( )

getValueConstraints() 공개 메소드

{@inheritDoc}
public getValueConstraints ( )

isFullTextSearchable() 공개 메소드

{@inheritDoc}

isMultiple() 공개 메소드

{@inheritDoc}
public isMultiple ( )

isQueryOrderable() 공개 메소드

{@inheritDoc}
public isQueryOrderable ( )

프로퍼티 상세

$availableQueryOperators 보호되어 있는 프로퍼티

List of constants from \PHPCR\Query\QueryObjectModelConstantsInterface
protected array $availableQueryOperators
리턴 array

$defaultValues 보호되어 있는 프로퍼티

protected mixed $defaultValues
리턴 mixed

$isFullTextSearchable 보호되어 있는 프로퍼티

protected bool $isFullTextSearchable
리턴 boolean

$isMultiple 보호되어 있는 프로퍼티

protected bool $isMultiple
리턴 boolean

$isQueryOrderable 보호되어 있는 프로퍼티

protected bool $isQueryOrderable
리턴 boolean

$requiredType 보호되어 있는 프로퍼티

One of the PropertyType type constants
protected int $requiredType
리턴 integer

$valueConstraints 보호되어 있는 프로퍼티

The constraint information array (array of strings)
protected array $valueConstraints
리턴 array