コード例 #1
0
ファイル: task.class.php プロジェクト: malimu/Pipeline
 public function getAcceptedBy()
 {
     $acceptedBy = Accepted::getAcceptedBy($this->getID());
     return $acceptedBy;
 }