Updated 15 Framework Methods (markdown)

master
shoully 10 years ago
parent b3b83d9602
commit 539b1ca81f

@ -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
extensible methods, which can be filtered or overridden.
## Core Methods
### Core Methods
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.
## Extensible Methods
### Extensible Methods
Flight::start() - Starts the framework.
Loading…
Cancel
Save