|
|
@ -2,7 +2,7 @@ Flight is designed to be easy to use and understand. The following is the comple
|
|
|
|
for the framework. It consists of core methods, which are regular static methods, and
|
|
|
|
for the framework. It consists of core methods, which are regular static methods, and
|
|
|
|
extensible methods, which can be filtered or overridden.
|
|
|
|
extensible methods, which can be filtered or overridden.
|
|
|
|
|
|
|
|
|
|
|
|
## Core Methods
|
|
|
|
### Core Methods
|
|
|
|
|
|
|
|
|
|
|
|
Flight::map($name, $callback) - Creates a custom framework method.
|
|
|
|
Flight::map($name, $callback) - Creates a custom framework method.
|
|
|
|
|
|
|
|
|
|
|
@ -22,7 +22,7 @@ extensible methods, which can be filtered or overridden.
|
|
|
|
|
|
|
|
|
|
|
|
Flight::clear([$key]) - Clears a variable.
|
|
|
|
Flight::clear([$key]) - Clears a variable.
|
|
|
|
|
|
|
|
|
|
|
|
## Extensible Methods
|
|
|
|
### Extensible Methods
|
|
|
|
|
|
|
|
|
|
|
|
Flight::start() - Starts the framework.
|
|
|
|
Flight::start() - Starts the framework.
|
|
|
|
|
|
|
|
|