PHP Class app\helpers\RequestParams

Show file Open project: andrey900/slimcms Class Usage Examples

Protected Properties

Property Type Description
$paramData
$request

Public Methods

Method Description
__call ( $name, $arguments )
__construct ( Psr\Http\Message\ServerRequestInterface $request )
all ( $name = "" )
get ( $name )
getRequest ( )
post ( $name )
put ( $name )

Method Details

__call() public method

public __call ( $name, $arguments )

__construct() public method

public __construct ( Psr\Http\Message\ServerRequestInterface $request )
$request Psr\Http\Message\ServerRequestInterface

all() public method

public all ( $name = "" )

get() public method

public get ( $name )

getRequest() public method

public getRequest ( )

post() public method

public post ( $name )

put() public method

public put ( $name )

Property Details

$paramData protected property

protected $paramData

$request protected property

protected $request