示例#1
0
 public function isAffiliated($userID = null)
 {
     return ProjectUser::isAffiliated($userID, $this->id);
 }