GracefulDeath\Builder::run PHP Méthode

run() public méthode

public run ( )
    public function run()
    {
        $checkIfTerminallyIll = $this->checkIfTerminallyIll;
        return (new GracefulDeath($this->main, $this->afterNaturalDeath, $this->afterViolentDeath, $checkIfTerminallyIll($this->reanimationPolicy), $this->options))->run();
    }