Ejemplo n.º 1
0
 public function __construct($course = NULL, $department = NULL)
 {
     $this->departmentId = $department;
     $this->course = $course;
     parent::__construct($this->course);
 }