MyBuilder\App\ToDo\Cli\App::__construct PHP Method

__construct() public method

public __construct ( $filePath )
    public function __construct($filePath)
    {
        $this->service = new TaskService(new JsonFileTaskRepository($this->filePath = $filePath));
    }