PHP Class mageekguy\atoum\php\mocker

Afficher le fichier Open project: atoum/atoum Class Usage Examples

Protected Properties

Свойство Type Description
$adapter
$defaultNamespace
$reflectedFunctionFactory

Méthodes publiques

Méthode Description
__construct ( $defaultNamespace = '' )
__get ( $name )
__isset ( $name )
__set ( $name, $mixed )
__unset ( $name )
addToTest ( test $test )
getAdapter ( )
getDefaultNamespace ( )
setAdapter ( mageekguy\atoum\test\adapter $adapter = null )
setDefaultNamespace ( $namespace )

Method Details

__construct() public méthode

public __construct ( $defaultNamespace = '' )

__get() abstract public méthode

abstract public __get ( $name )

__isset() abstract public méthode

abstract public __isset ( $name )

__set() abstract public méthode

abstract public __set ( $name, $mixed )

__unset() abstract public méthode

abstract public __unset ( $name )

addToTest() abstract public méthode

abstract public addToTest ( test $test )
$test mageekguy\atoum\test

getAdapter() public static méthode

public static getAdapter ( )

getDefaultNamespace() public méthode

public getDefaultNamespace ( )

setAdapter() public static méthode

public static setAdapter ( mageekguy\atoum\test\adapter $adapter = null )
$adapter mageekguy\atoum\test\adapter

setDefaultNamespace() public méthode

public setDefaultNamespace ( $namespace )

Property Details

$adapter protected_oe static_oe property

protected static $adapter

$defaultNamespace protected_oe property

protected $defaultNamespace

$reflectedFunctionFactory protected_oe property

protected $reflectedFunctionFactory