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

__construct() public method

public __construct ( $filePath )
    public function __construct($filePath)
    {
        $this->filePath = $filePath;
    }