PHP 클래스 Inspekt\SuperglobalsCage

파일 보기 프로젝트 열기: funkatron/inspekt 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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

공개 메소드들

메소드 설명
__construct ( ) : SuperglobalsCage Enter description here.
addAccessor ( $name )
factory ( string $config_file = null, boolean $strict = true ) : SuperglobalsCage Enter description here.

보호된 메소드들

메소드 설명
makeCages ( string $config_file = null, boolean $strict = true ) Enter description here.

메소드 상세

__construct() 공개 메소드

..
public __construct ( ) : SuperglobalsCage
리턴 SuperglobalsCage

addAccessor() 공개 메소드

public addAccessor ( $name )
$name

factory() 공개 정적인 메소드

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

makeCages() 보호된 메소드

..
또한 보기: Inspekt\Supercage::Factory()
protected makeCages ( string $config_file = null, boolean $strict = true )
$config_file string
$strict boolean

프로퍼티 상세

$env 공개적으로 프로퍼티

The env cage
public Cage,inspekt $env
리턴 Cage

$files 공개적으로 프로퍼티

The files cage
public Cage,inspekt $files
리턴 Cage

$get 공개적으로 프로퍼티

The get cage
public Cage,inspekt $get
리턴 Cage

$post 공개적으로 프로퍼티

The post cage
public Cage,inspekt $post
리턴 Cage

$server 공개적으로 프로퍼티

The server cage
public Cage,inspekt $server
리턴 Cage