Пример #1
0
 /**
  * Returns true if the given entity id exists
  *
  * @param integer $entityId
  * @return boolean
  */
 public function has($entityId)
 {
     return $this->accessControlManager->has(self::ACCESS_ENTITY_TYPE, $entityId);
 }