mageekguy\atoum\asserters\dateInterval::__toString PHP Method

__toString() public method

public __toString ( )
    public function __toString()
    {
        return static::isDateInterval($this->value) === false ? parent::__toString() : $this->format($this->value);
    }