Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Flight
PHP Class Flight
Inheritance:
extends
Eloquent
Show file
Open project: mikecao/flight
Class Usage Examples
Public Methods
Method
Description
__callStatic
(
string
$name
,
array
$params
) :
mixed
Handles calls to static methods.
app
( ) :
Engine
Private Methods
Method
Description
__clone
( )
__construct
( )
Don't allow object instantiation
__destruct
( )
Method Details
__callStatic()
public
static
method
Handles calls to static methods.
public
static
__callStatic
(
string
$name
,
array
$params
) :
mixed
$name
string
Method name
$params
array
Method parameters
return
mixed
Callback results
app()
public
static
method
public
static
app
( ) :
Engine
return
flight\Engine
Application instance