Пример #1
0
 /**
  * @see AgileDashboard_PaneInfo::getUriParametersForMilestone()
  */
 protected function getUriParametersForMilestone(Planning_Milestone $milestone)
 {
     $params = parent::getUriParametersForMilestone($milestone);
     unset($params['pane']);
     return $params;
 }
Пример #2
0
 public function __construct(Planning_Milestone $milestone, $theme_path, Tracker $submilestone_tracker)
 {
     parent::__construct($milestone);
     $this->theme_path = $theme_path;
     $this->submilestone_tracker = $submilestone_tracker;
 }
Пример #3
0
 public function __construct(Planning_Milestone $milestone, $theme_path)
 {
     parent::__construct($milestone);
     $this->theme_path = $theme_path;
 }