LeagueWrap\Response::__toString PHP Метод

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

Returns the content of the response as a string.
public __toString ( ) : string
Результат string
    public function __toString()
    {
        return $this->content;
    }