프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$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. |
public __construct ( string[] | string $values = null ) | ||
$values | string[] | string |
public __toString ( ) : string | ||
리턴 | string | A comma separated list of tags, eg: "php, eZ Publish, html5" |