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