PHP Class mageekguy\atoum\asserters\extension

Inheritance: extends mageekguy\atoum\asserter
Datei anzeigen Open project: atoum/atoum Class Usage Examples

Protected Properties

Property Type Description
$name
$phpExtensionFactory

Public Methods

Method Description
__construct ( mageekguy\atoum\asserter\generator $generator = null, mageekguy\atoum\locale $locale = null, closure $phpExtensionFactory = null )
__get ( $asserter )
__toString ( )
getName ( )
isLoaded ( $failMessage = null )
reset ( )
setPhpExtensionFactory ( closure $factory = null )
setWith ( $name )

Protected Methods

Method Description
pass ( )
valueIsSet ( $message = 'Name of PHP extension is undefined' )

Method Details

__construct() public method

public __construct ( mageekguy\atoum\asserter\generator $generator = null, mageekguy\atoum\locale $locale = null, closure $phpExtensionFactory = null )
$generator mageekguy\atoum\asserter\generator
$locale mageekguy\atoum\locale
$phpExtensionFactory closure

__get() public method

public __get ( $asserter )

__toString() public method

public __toString ( )

getName() public method

public getName ( )

isLoaded() public method

public isLoaded ( $failMessage = null )

pass() protected method

protected pass ( )

reset() public method

public reset ( )

setPhpExtensionFactory() public method

public setPhpExtensionFactory ( closure $factory = null )
$factory closure

setWith() public method

public setWith ( $name )

valueIsSet() protected method

protected valueIsSet ( $message = 'Name of PHP extension is undefined' )

Property Details

$name protected_oe property

protected $name

$phpExtensionFactory protected_oe property

protected $phpExtensionFactory