PHP 클래스 PHPUnit_Util_GlobalState, qcodo

저자: Sebastian Bergmann ([email protected])
파일 보기 프로젝트 열기: qcodo/qcodo 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$globals array
$staticAttributes array
$superGlobalArrays array
$superGlobalArraysLong array

공개 메소드들

메소드 설명
backupGlobals ( array $blacklist )
backupStaticAttributes ( array $blacklist )
getConstantsAsString ( )
getGlobalsAsString ( )
getIncludedFilesAsString ( )
restoreGlobals ( array $blacklist )
restoreStaticAttributes ( )

보호된 메소드들

메소드 설명
arrayOnlyContainsScalars ( array $array )
backupSuperGlobalArray ( $superGlobalArray )
exportVariable ( $variable )
getSuperGlobalArrays ( )
restoreSuperGlobalArray ( $superGlobalArray )

메소드 상세

arrayOnlyContainsScalars() 보호된 정적인 메소드

protected static arrayOnlyContainsScalars ( array $array )
$array array

backupGlobals() 공개 정적인 메소드

public static backupGlobals ( array $blacklist )
$blacklist array

backupStaticAttributes() 공개 정적인 메소드

public static backupStaticAttributes ( array $blacklist )
$blacklist array

backupSuperGlobalArray() 보호된 정적인 메소드

protected static backupSuperGlobalArray ( $superGlobalArray )

exportVariable() 보호된 정적인 메소드

protected static exportVariable ( $variable )

getConstantsAsString() 공개 정적인 메소드

public static getConstantsAsString ( )

getGlobalsAsString() 공개 정적인 메소드

public static getGlobalsAsString ( )

getIncludedFilesAsString() 공개 정적인 메소드

public static getIncludedFilesAsString ( )

getSuperGlobalArrays() 보호된 정적인 메소드

protected static getSuperGlobalArrays ( )

restoreGlobals() 공개 정적인 메소드

public static restoreGlobals ( array $blacklist )
$blacklist array

restoreStaticAttributes() 공개 정적인 메소드

public static restoreStaticAttributes ( )

restoreSuperGlobalArray() 보호된 정적인 메소드

protected static restoreSuperGlobalArray ( $superGlobalArray )

프로퍼티 상세

$globals 보호되어 있는 정적으로 프로퍼티

protected static array $globals
리턴 array

$staticAttributes 보호되어 있는 정적으로 프로퍼티

protected static array $staticAttributes
리턴 array

$superGlobalArrays 보호되어 있는 정적으로 프로퍼티

protected static array $superGlobalArrays
리턴 array

$superGlobalArraysLong 보호되어 있는 정적으로 프로퍼티

protected static array $superGlobalArraysLong
리턴 array