eZ\Publish\Core\REST\Client\SectionService::isSectionUsed PHP Метод

isSectionUsed() публичный Метод

This does not check user permissions.
С версии: 6.0
public isSectionUsed ( eZ\Publish\API\Repository\Values\Content\Section $section ) : boolean
$section eZ\Publish\API\Repository\Values\Content\Section
Результат boolean
    public function isSectionUsed(Section $section)
    {
        throw new \Exception('@todo: Implement.');
    }