MyBuilder\Package\ToDo\Task::__construct PHP Méthode

__construct() public méthode

public __construct ( $title, $description )
    public function __construct($title, $description)
    {
        $this->setTitle($title);
        $this->setDescription($description);
    }