GracefulDeath\Life::__construct PHP Method

__construct() public method

public __construct ( $counter )
    public function __construct($counter)
    {
        $this->counter = $counter;
        $this->signal = null;
    }