コード例 #1
0
ファイル: Acl.php プロジェクト: boomcms/boom-core
 public function shouldBeApplied()
 {
     return $this->person === null || $this->person->can('managePages', $this->site) !== true;
 }