PHP Class PhpSpec\Process\Shutdown\Shutdown

Show file Open project: phpspec/phpspec

Protected Properties

Property Type Description
$actions

Public Methods

Method Description
__construct ( )
registerAction ( PhpSpec\Process\Shutdown\ShutdownAction $action )
registerShutdown ( )
runShutdown ( )

Private Methods

Method Description
getFatalError ( )

Method Details

__construct() public method

public __construct ( )

registerAction() public method

public registerAction ( PhpSpec\Process\Shutdown\ShutdownAction $action )
$action PhpSpec\Process\Shutdown\ShutdownAction

registerShutdown() public method

public registerShutdown ( )

runShutdown() public method

public runShutdown ( )

Property Details

$actions protected property

protected $actions