コード例 #1
0
 public function isEditableBy(sfGuardUser $user)
 {
     return $user->isPetitionMember($this, true);
 }