Documentation

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
throws
ThrowUpException

if thrown by the throw-up command

Return values
mixed

loadIncludes()

Load user-defined includes.

protected loadIncludes(Shell $shell) : mixed
Parameters
$shell : Shell
Return values
mixed

Search results