Пример #1
0
 function __construct($project)
 {
     parent::__construct(NULL);
     $this->project = $project;
     $this->title = __('Project News');
     $this->id = 'project_news';
 }
 public function __construct($project)
 {
     parent::__construct(NULL);
     $this->project = $project;
     $this->current_milestone = $project->getNextMilestone();
     $this->title = __('');
 }
 function __construct($item)
 {
     parent::__construct(NULL);
     $this->item_with_comments = $item;
 }
Пример #4
0
 public function __construct($args = NULL)
 {
     $this->title = __("Topics");
     $this->id = 'parent_task';
     parent::__construct($args);
 }
Пример #5
0
 function __construct($args = NULL)
 {
     parent::__construct($args);
 }