PHP 클래스 eZ\Publish\Core\FieldType\Author\Author

상속: extends eZ\Publish\SPI\Persistence\ValueObject
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

공개 프로퍼티들

프로퍼티 타입 설명
$email string Email of the author.
$id integer If not set or -1, an Id will be generated when added to AuthorCollection.
$name string Name of the author.

프로퍼티 상세

$email 공개적으로 프로퍼티

Email of the author.
public string $email
리턴 string

$id 공개적으로 프로퍼티

If not set or -1, an Id will be generated when added to AuthorCollection.
public int $id
리턴 integer

$name 공개적으로 프로퍼티

Name of the author.
public string $name
리턴 string