MyBuilder\App\ToDo\Cli\JsonFileTaskRepository::__construct PHP Метод

__construct() публичный Метод

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