PHP Class Inspekt\SuperglobalsCage

Afficher le fichier Open project: funkatron/inspekt Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

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

Méthodes protégées

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

Method Details

__construct() public méthode

..
public __construct ( ) : SuperglobalsCage
Résultat SuperglobalsCage

addAccessor() public méthode

public addAccessor ( $name )
$name

factory() public static méthode

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

makeCages() protected méthode

..
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
Résultat Cage

$files public_oe property

The files cage
public Cage,inspekt $files
Résultat Cage

$get public_oe property

The get cage
public Cage,inspekt $get
Résultat Cage

$post public_oe property

The post cage
public Cage,inspekt $post
Résultat Cage

$server public_oe property

The server cage
public Cage,inspekt $server
Résultat Cage