Todo List
DObject | --DFormRequest
[line 68]
[line 61]
[line 54]
static DFormRequest &getInstance( )
DFormRequest __construct( )
void deleteCollection( [int $fromWhere = DFormRequest::COMPLEX])
void deleteValue( mixed $key, [int $fromWhere = DFormRequest::COMPLEX])
array getAll( )
array getCustom( )
array getGet( )
string getGetValue( string $key)
string getParamValue( string $key)
array getPost( )
string getPostValue( string $key)
boolean isPost( [ $checkRealPost = false])
void setGetValue( string $key, string $value)
void setPostValue( string $key, string $value)
void setValue( string $key, string $value)
mixed __get( string $name)
void __set( string $name, string $value)
[line 40]
[line 35]
[line 30]
[line 20]
[line 25]