RuntimeInterface
interface RuntimeInterface implements BootInterface, RunInterface (View source)
Methods
Details
        
                            mixed
    boot()
        
    
    Initialize the environment and prepare for running.
        
                            mixed
    run()
        
    
    Begin the runtime.