nspl\args\_p\MoreThan::__toString PHP Method

__toString() public method

public __toString ( ) : string
return string
    public function __toString()
    {
        return 'be ' . $this->message . ' than ' . $this->threshold;
    }