コード例 #1
0
 public function isAllowed()
 {
     return parent::isAllowed() && $this->threadChatRights && $this->threadChatRights->canEditPages;
 }
コード例 #2
0
 public function isAllowed()
 {
     return parent::isAllowed() && $this->boardRights && $this->boardRights->canStickThreads;
 }
コード例 #3
0
ファイル: Ban.php プロジェクト: JiltImageBoard/jilt-backend
 public function isAllowed()
 {
     return parent::isAllowed() && ($this->boardRights && $this->boardRights->canBan) || $this->threadChatRights && $this->threadChatRights->canBan;
 }