Phue\TimePattern\Timer::__construct PHP Method

__construct() public method

Instantiate
public __construct ( $seconds )
    public function __construct($seconds)
    {
        $this->seconds = (int) $seconds;
    }