PHP Class Inspekt\SuperglobalsCage

Datei anzeigen Open project: funkatron/inspekt Class Usage Examples

Public Properties

Property Type Description
$cookie Cage The cookie cage
$env Cage The env cage
$files Cage The files cage
$get Cage The get cage
$post Cage The post cage
$server Cage The server cage

Public Methods

Method Description
__construct ( ) : SuperglobalsCage Enter description here.
addAccessor ( $name )
factory ( string $config_file = null, boolean $strict = true ) : SuperglobalsCage Enter description here.

Protected Methods

Method Description
makeCages ( string $config_file = null, boolean $strict = true ) Enter description here.

Method Details

__construct() public method

..
public __construct ( ) : SuperglobalsCage
return SuperglobalsCage

addAccessor() public method

public addAccessor ( $name )
$name

factory() public static method

..
public static factory ( string $config_file = null, boolean $strict = true ) : SuperglobalsCage
$config_file string
$strict boolean
return SuperglobalsCage

makeCages() protected method

..
See also: Inspekt\Supercage::Factory()
protected makeCages ( string $config_file = null, boolean $strict = true )
$config_file string
$strict boolean

Property Details

$env public_oe property

The env cage
public Cage,inspekt $env
return Cage

$files public_oe property

The files cage
public Cage,inspekt $files
return Cage

$get public_oe property

The get cage
public Cage,inspekt $get
return Cage

$post public_oe property

The post cage
public Cage,inspekt $post
return Cage

$server public_oe property

The server cage
public Cage,inspekt $server
return Cage