ExecutionLoop
in package
The Psy Shell execution loop.
Table of Contents
- run() : mixed
- Run the execution loop.
- loadIncludes() : mixed
- Load user-defined includes.
Methods
run()
Run the execution loop.
public
run(Shell $shell) : mixed
Parameters
- $shell : Shell
Tags
Return values
mixed —loadIncludes()
Load user-defined includes.
protected
loadIncludes(Shell $shell) : mixed
Parameters
- $shell : Shell