LeagueWrap\Response::__toString PHP Méthode

__toString() public méthode

Returns the content of the response as a string.
public __toString ( ) : string
Résultat string
    public function __toString()
    {
        return $this->content;
    }