Storyplayer\TestEnvironments\Dsbuild_Adapter::getAsConfig PHP Метод

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

------------------------------------------------------------------
public getAsConfig ( )
    public function getAsConfig()
    {
        // our return value
        $retval = new BaseObject();
        // this is who we are
        $retval->engine = "dsbuild";
        // this is what needs running
        $retval->execute = $this->getExecutePath();
        // all done
        return $retval;
    }