PHP Class mageekguy\atoum\php\mocker

Exibir arquivo Open project: atoum/atoum Class Usage Examples

Protected Properties

Property Type Description
$adapter
$defaultNamespace
$reflectedFunctionFactory

Public Methods

Method 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 method

public __construct ( $defaultNamespace = '' )

__get() abstract public method

abstract public __get ( $name )

__isset() abstract public method

abstract public __isset ( $name )

__set() abstract public method

abstract public __set ( $name, $mixed )

__unset() abstract public method

abstract public __unset ( $name )

addToTest() abstract public method

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

getAdapter() public static method

public static getAdapter ( )

getDefaultNamespace() public method

public getDefaultNamespace ( )

setAdapter() public static method

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

setDefaultNamespace() public method

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