Exemple #1
0
 public function canPostInLockedThreads(PermissionUser $user)
 {
     return $user->canPostInLockedThreads($this);
 }