Overview

Namespaces

  • Deimos
    • Request
      • Adapter
  • PHP

Traits

  • Data
  • Other
  • Query
  • Request
  • Router
  • Server
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo

Trait Other

Class put

Direct Known Users

Deimos\Request\RequestExtension
Namespace: Deimos\Request\Adapter
Package: Deimos\put\Adapter
Located at Request/Adapter/Other.php
Methods summary
public mixed
# patch( string $path = null, mixed $default = null, boolean $strip = true )

Parameters

$path
$default
$strip

Returns

mixed
public mixed
# put( string $path = null, mixed $default = null, boolean $strip = true )

Parameters

$path
$default
$strip

Returns

mixed
public mixed
# patchRequired( string $path, boolean $strip = true )

Parameters

$path
$strip

Returns

mixed

Throws

Deimos\Helper\Exceptions\ExceptionEmpty
public mixed
# putRequired( string $path, boolean $strip = true )

Parameters

$path
$strip

Returns

mixed

Throws

Deimos\Helper\Exceptions\ExceptionEmpty
public mixed
# delete( string $path = null, mixed $default = null, boolean $strip = true )

Parameters

$path
$default
$strip

Returns

mixed
public mixed
# deleteRequired( string $path, boolean $strip = true )

Parameters

$path
$strip

Returns

mixed

Throws

Deimos\Helper\Exceptions\ExceptionEmpty
Magic methods summary
public integer
# putInt( string $path = null, mixed $default, boolean $strip = true )

Parameters

$path
$default
$strip

Returns

integer
public float
# putFloat( string $path = null, mixed $default = 0.0, boolean $strip = true )

Parameters

$path
$default
$strip

Returns

float
public boolean
# putBool( string $path = null, mixed $default = false, boolean $strip = true )

Parameters

$path
$default
$strip

Returns

boolean
public string
# putEmail( string $path = null, mixed $default = '', boolean $strip = true )

Parameters

$path
$default
$strip

Returns

string
public string
# putIP( string $path = null, mixed $default = '', boolean $strip = true )

Parameters

$path
$default
$strip

Returns

string
public string
# putURL( string $path = null, mixed $default = '', boolean $strip = true )

Parameters

$path
$default
$strip

Returns

string
public mixed
# putUnsafe( string $path = null, mixed $default = '' )

Parameters

$path
$default

Returns

mixed
public integer
# patchInt( string $path = null, mixed $default, boolean $strip = true )

Parameters

$path
$default
$strip

Returns

integer
public float
# patchFloat( string $path = null, mixed $default = 0.0, boolean $strip = true )

Parameters

$path
$default
$strip

Returns

float
public boolean
# patchBool( string $path = null, mixed $default = false, boolean $strip = true )

Parameters

$path
$default
$strip

Returns

boolean
public string
# patchEmail( string $path = null, mixed $default = '', boolean $strip = true )

Parameters

$path
$default
$strip

Returns

string
public string
# patchIP( string $path = null, mixed $default = '', boolean $strip = true )

Parameters

$path
$default
$strip

Returns

string
public string
# patchURL( string $path = null, mixed $default = '', boolean $strip = true )

Parameters

$path
$default
$strip

Returns

string
public mixed
# pathUnsafe( string $path = null, mixed $default = '' )

Parameters

$path
$default

Returns

mixed
public integer
# deleteInt( string $path = null, mixed $default, boolean $strip = true )

Parameters

$path
$default
$strip

Returns

integer
public float
# deleteFloat( string $path = null, mixed $default = 0.0, boolean $strip = true )

Parameters

$path
$default
$strip

Returns

float
public boolean
# deleteBool( string $path = null, mixed $default = false, boolean $strip = true )

Parameters

$path
$default
$strip

Returns

boolean
public string
# deleteEmail( string $path = null, mixed $default = '', boolean $strip = true )

Parameters

$path
$default
$strip

Returns

string
public string
# deleteIP( string $path = null, mixed $default = '', boolean $strip = true )

Parameters

$path
$default
$strip

Returns

string
public string
# deleteURL( string $path = null, mixed $default = '', boolean $strip = true )

Parameters

$path
$default
$strip

Returns

string
public mixed
# deleteUnsafe( string $path = null, mixed $default = '' )

Parameters

$path
$default

Returns

mixed
API documentation generated by ApiGen