interface RuntimeInterface implements BootInterface, RunInterface (View source)

Methods

mixed
boot()

Initialize the environment and prepare for running.

mixed
run()

Begin the runtime.

Details

mixed boot()

Initialize the environment and prepare for running.

Return Value

mixed

mixed run()

Begin the runtime.

Return Value

mixed