コード例 #1
0
ファイル: project.class.php プロジェクト: malimu/Pipeline
 public function getFollowers()
 {
     return ProjectUser::getFollowers($this->id);
 }