eZ\Publish\Core\FieldType\Page\PageStorage\Gateway::getContentIdByBlockId PHP 메소드

getContentIdByBlockId() 추상적인 공개 메소드

Returns Content id for the given Block $id, or false if Block could not be found.
abstract public getContentIdByBlockId ( integer | string $id ) : integer | string
$id integer | string
리턴 integer | string
    public abstract function getContentIdByBlockId($id);