$site->__toString()
Makes it possible to convert the site model to a string. Mostly useful for debugging.
$site->__toString(): string
Return type
string
This method modifies the existing $site
object it is applied to and returns it again.
Makes it possible to convert the site model to a string. Mostly useful for debugging.
$site->__toString(): string
string
This method modifies the existing $site
object it is applied to and returns it again.