Studio\Creator\GitRepoCreator::__construct PHP Метод

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

public __construct ( $repo, $path )
    public function __construct($repo, $path)
    {
        $this->repo = $repo;
        $this->path = $path;
    }