Puli\Repository\Resource\FileResource::__construct PHP Method

__construct() public method

public __construct ( $filesystemPath, $path = null )
    public function __construct($filesystemPath, $path = null)
    {
        Assert::file($filesystemPath);
        parent::__construct($filesystemPath, $path);
    }