PHP Class Rack, php-rack

Inheritance: extends AppModel
Mostra file Open project: jimeh/php-rack Class Usage Examples

Public Properties

Property Type Description
$env
$middleware

Public Methods

Method 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

Method Description
require_file ( $file = null )

Method Details

add() public static method

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

init() public static method

public static init ( $middleware = [] )

insert_after() public static method

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

insert_before() public static method

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

not_found() public static method

public static not_found ( )

run() public static method

public static run ( )

swap() public static method

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