Example #1
0
 public function isInvited($userID = null)
 {
     return Invitation::hasInvitations($userID, $this->id);
 }