PHP Class Rack, php-rack

Inheritance: extends AppModel
Afficher le fichier Open project: jimeh/php-rack Class Usage Examples

Méthodes publiques

Свойство Type Description
$env
$middleware

Méthodes publiques

Méthode Description
add ( $name, $file = null )
init ( $middleware = [] )
insert_after ( $target, $name, $file = null )
insert_before ( $target, $name, $file = null )
not_found ( )
run ( )
swap ( $target, $name, $file = null )

Private Methods

Méthode Description
require_file ( $file = null )

Method Details

add() public static méthode

public static add ( $name, $file = null )

init() public static méthode

public static init ( $middleware = [] )

insert_after() public static méthode

public static insert_after ( $target, $name, $file = null )

insert_before() public static méthode

public static insert_before ( $target, $name, $file = null )

not_found() public static méthode

public static not_found ( )

run() public static méthode

public static run ( )

swap() public static méthode

public static swap ( $target, $name, $file = null )

Property Details

$env public_oe static_oe property

public static $env

$middleware public_oe static_oe property

public static $middleware