Pop\Auth\Resource::__toString PHP Метод

__toString() публичный Метод

Method to return the string value of the name of the role
public __toString ( ) : string
Результат string
    public function __toString()
    {
        return $this->name;
    }