eZ\Publish\Core\SignalSlot\ObjectStateService::getContentCount PHP Метод

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

Returns the number of objects which are in this state.
public getContentCount ( eZ\Publish\API\Repository\Values\ObjectState\ObjectState $objectState ) : integer
$objectState eZ\Publish\API\Repository\Values\ObjectState\ObjectState
Результат integer
    public function getContentCount(ObjectState $objectState)
    {
        return $this->service->getContentCount($objectState);
    }