Programming Language PHP
Namespace GitElephant
Class Repository
Method/Function open
Total Examples 1
1 code examples of PHP GitElephant\Repository::open extracted from open source projects
public static function repo($path)
{
return Repository::open($path, self::getBinary());
}