PhpSpec\Process\Shutdown\Shutdown::registerAction PHP Méthode

registerAction() public méthode

public registerAction ( PhpSpec\Process\Shutdown\ShutdownAction $action )
$action PhpSpec\Process\Shutdown\ShutdownAction
    public function registerAction(ShutdownAction $action)
    {
        $this->actions[] = $action;
    }