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

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

공개 프로퍼티들

프로퍼티 타입 설명
$destinationContentId mixed | null Related content.

공개 메소드들

메소드 설명
__construct ( mixed $destinationContentId = null ) Construct a new Value object and initialize it $destinationContent.
__toString ( ) Returns the related content's name.

메소드 상세

__construct() 공개 메소드

Construct a new Value object and initialize it $destinationContent.
public __construct ( mixed $destinationContentId = null )
$destinationContentId mixed Content id the relation is to

__toString() 공개 메소드

Returns the related content's name.
또한 보기: eZ\Publish\Core\FieldType\Value
public __toString ( )

프로퍼티 상세

$destinationContentId 공개적으로 프로퍼티

Related content.
public mixed|null $destinationContentId
리턴 mixed | null