Пример #1
0
 /**
  * Find whether the player can edit a model
  *
  * @param  PermissionModel $model The model which will be edited
  * @return boolean
  */
 public function canEdit($model)
 {
     return $model->canBeEditedBy($this);
 }