Methods summary
public
mixed
|
#
patch( string $path = null, mixed $default = null, boolean $strip = true )
|
public
mixed
|
#
put( string $path = null, mixed $default = null, boolean $strip = true )
|
public
mixed
|
#
patchRequired( string $path, boolean $strip = true )
Parameters
Returns
mixed
Throws
Deimos\Helper\Exceptions\ExceptionEmpty
|
public
mixed
|
#
putRequired( string $path, boolean $strip = true )
Parameters
Returns
mixed
Throws
Deimos\Helper\Exceptions\ExceptionEmpty
|
public
mixed
|
#
delete( string $path = null, mixed $default = null, boolean $strip = true )
|
public
mixed
|
#
deleteRequired( string $path, boolean $strip = true )
Parameters
Returns
mixed
Throws
Deimos\Helper\Exceptions\ExceptionEmpty
|
Magic methods summary
public
integer
|
#
putInt( string $path = null, mixed $default, boolean $strip = true )
Parameters
Returns
integer
|
public
float
|
#
putFloat( string $path = null, mixed $default = 0.0, boolean $strip = true )
|
public
boolean
|
#
putBool( string $path = null, mixed $default = false, boolean $strip = true )
Parameters
Returns
boolean
|
public
string
|
#
putEmail( string $path = null, mixed $default = '', boolean $strip = true )
Parameters
Returns
string
|
public
string
|
#
putIP( string $path = null, mixed $default = '', boolean $strip = true )
Parameters
Returns
string
|
public
string
|
#
putURL( string $path = null, mixed $default = '', boolean $strip = true )
Parameters
Returns
string
|
public
mixed
|
#
putUnsafe( string $path = null, mixed $default = '' )
|
public
integer
|
#
patchInt( string $path = null, mixed $default, boolean $strip = true )
Parameters
Returns
integer
|
public
float
|
#
patchFloat( string $path = null, mixed $default = 0.0, boolean $strip = true )
|
public
boolean
|
#
patchBool( string $path = null, mixed $default = false, boolean $strip = true )
Parameters
Returns
boolean
|
public
string
|
#
patchEmail( string $path = null, mixed $default = '', boolean $strip = true )
Parameters
Returns
string
|
public
string
|
#
patchIP( string $path = null, mixed $default = '', boolean $strip = true )
Parameters
Returns
string
|
public
string
|
#
patchURL( string $path = null, mixed $default = '', boolean $strip = true )
Parameters
Returns
string
|
public
mixed
|
#
pathUnsafe( string $path = null, mixed $default = '' )
|
public
integer
|
#
deleteInt( string $path = null, mixed $default, boolean $strip = true )
Parameters
Returns
integer
|
public
float
|
#
deleteFloat( string $path = null, mixed $default = 0.0, boolean $strip = true )
|
public
boolean
|
#
deleteBool( string $path = null, mixed $default = false, boolean $strip = true )
Parameters
Returns
boolean
|
public
string
|
#
deleteEmail( string $path = null, mixed $default = '', boolean $strip = true )
Parameters
Returns
string
|
public
string
|
#
deleteIP( string $path = null, mixed $default = '', boolean $strip = true )
Parameters
Returns
string
|
public
string
|
#
deleteURL( string $path = null, mixed $default = '', boolean $strip = true )
Parameters
Returns
string
|
public
mixed
|
|