Beispiel #1
0
 /**
  * Override to only get the relevant projects milestones.
  *
  * @return array
  */
 protected function getAllRows()
 {
     return Component::select('id', 'name')->where('project_id = ?')->orderBy('name', 'ASC')->setParameter(0, $this->currentProject['id'])->execute()->fetchAll();
 }