GracefulDeath::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( $main, $afterNaturalDeath, $afterViolentDeath, $reanimationPolicy, $options )
    public function __construct($main, $afterNaturalDeath, $afterViolentDeath, $reanimationPolicy, $options)
    {
        $this->main = $main;
        $this->afterNaturalDeath = $afterNaturalDeath;
        $this->afterViolentDeath = $afterViolentDeath;
        $this->reanimationPolicy = $reanimationPolicy;
        $this->options = $options;
    }