\Arguments

这个模块是为了统一查询参数的获取方式而设定的

Summary

Methods
Properties
Constants
__construct()
offsetSet()
offsetExists()
offsetUnset()
offsetGet()
EnsureParam()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
solveParam()
$args
N/A

Properties

$args

$args : 

Type

Methods

__construct()

__construct() 

在这个构造函数之中将命令行参数,GET/POST参数都合并在一起

offsetSet()

offsetSet(  $offset,   $value) 

Parameters

$offset
$value

offsetExists()

offsetExists(  $offset) 

Parameters

$offset

offsetUnset()

offsetUnset(  $offset) 

Parameters

$offset

offsetGet()

offsetGet(  $offset) 

Parameters

$offset

EnsureParam()

EnsureParam(array  $validations) : array

检查参数是否符合要求,并将参数取出至对应的属性之中

Parameters

array $validations

Returns

array

solveParam()

solveParam(  $key,   $args,   $param) 

Parameters

$key
$args
$param