Пример #1
0
 /**
  * Returns the entity for the given id. Returns false if
  * there is no entity for the given id.
  *
  * @param integer $entityId
  * @return false|mixed
  */
 public function get($entityId)
 {
     return $this->accessControlManager->get(self::ACCESS_ENTITY_TYPE, $entityId);
 }