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