PHP 클래스 eZ\Publish\Core\FieldType\Keyword\Value

상속: extends eZ\Publish\Core\FieldType\Value
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

공개 프로퍼티들

프로퍼티 타입 설명
$values string[] Content of the value.

공개 메소드들

메소드 설명
__construct ( string[] | string $values = null ) Construct a new Value object and initialize with $values.
__toString ( ) : string Returns a string representation of the keyword value.

메소드 상세

__construct() 공개 메소드

Construct a new Value object and initialize with $values.
public __construct ( string[] | string $values = null )
$values string[] | string

__toString() 공개 메소드

Returns a string representation of the keyword value.
public __toString ( ) : string
리턴 string A comma separated list of tags, eg: "php, eZ Publish, html5"

프로퍼티 상세

$values 공개적으로 프로퍼티

Content of the value.
public string[] $values
리턴 string[]