TQ\Svn\Repository\Repository::__construct PHP Method

__construct() protected method

Creates a new repository instance - use {@see open()} instead
protected __construct ( string $repositoryPath, Binary $svn )
$repositoryPath string
$svn TQ\Svn\Cli\Binary
    protected function __construct($repositoryPath, Binary $svn)
    {
        $this->svn = $svn;
        parent::__construct($repositoryPath);
    }