eZ\Publish\Core\Repository\Values\ContentType\ContentTypeDraft::__isset PHP 메소드

__isset() 공개 메소드

Magic isset for routing isset calls to innerContentType.
public __isset ( string $property ) : boolean
$property string
리턴 boolean
    public function __isset($property)
    {
        return $this->innerContentType->__isset($property);
    }