Storyplayer\TestEnvironments\Vagrant_GroupAdapter::getType PHP Метод

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

this is the name of the class (without namespace) that our group adapter uses
public getType ( ) : string
Результат string
    public function getType()
    {
        return "LocalVagrantVms";
    }