nspl\args\_p\LessThan::__toString PHP Méthode

__toString() public méthode

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