Flight is designed to be easy to use and understand. The following is the complete set of methods for the framework. It consists of core methods, which are regular static methods, and extensible methods, which can be filtered or overridden.
Flight is designed to be easy to use and understand. The following is the complete set of methods for the framework. It consists of core methods, which are regular static methods, and extensible methods, which can be filtered or overridden.
@ -728,4 +743,4 @@ $app->route('/', function(){
$app->start();
$app->start();
```
```
All of the existing static methods are available as regular class methods.
So instead of calling the static method, you would call