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

__toString() public method

public __toString ( ) : string
return string
    public function __toString()
    {
        return 'be an object with public method(s) \'' . implode("', '", $this->methods) . "'";
    }