public function __construct($todoListID, $description) { parent::__construct($todoListID); $this->description = $description; }
public function __construct($todoListID, $taskID) { $this->taskID = (int) $taskID; parent::__construct($todoListID); }