Пример #1
0
 public function __construct($task)
 {
     $this->task = $task;
     $this->subtasks = Subtask::getSubtasks($this->task->task_id);
 }