eZ\Publish\Core\Repository\Values\ContentType\ContentTypeDraft::__isset PHP Method

__isset() public method

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