Пример #1
0
 /**
  * Find whether the player can delete a model
  *
  * @param  PermissionModel $model       The model that will be seen
  * @param  boolean         $showDeleted Whether to show deleted models to admins
  * @return boolean
  */
 public function canSee($model, $showDeleted = false)
 {
     return $model->canBeSeenBy($this, $showDeleted);
 }