Пример #1
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;
 }
Пример #2
0
 public function __construct(Planning_Milestone $milestone, $theme_path)
 {
     parent::__construct($milestone);
     $this->theme_path = $theme_path;
 }