eZ\Publish\Core\Persistence\Cache\SectionHandler::countRoleAssignmentsUsingSection PHP Method

countRoleAssignmentsUsingSection() public method

See also: eZ\Publish\SPI\Persistence\User\Handler::countRoleAssignmentsUsingSection
public countRoleAssignmentsUsingSection ( $sectionId )
    public function countRoleAssignmentsUsingSection($sectionId)
    {
        $this->logger->logCall(__METHOD__, array('section' => $sectionId));
        return $this->persistenceHandler->sectionHandler()->countRoleAssignmentsUsingSection($sectionId);
    }