GracefulDeath::canTryAnotherTime PHP 메소드

canTryAnotherTime() 개인적인 메소드

private canTryAnotherTime ( $status, $attempts, $lastWill )
    private function canTryAnotherTime($status, $attempts, $lastWill)
    {
        return call_user_func($this->reanimationPolicy, $status, $attempts, $lastWill->whatDidHeSayOnStdout(), $lastWill->whatDidHeSayOnStderr());
    }