Automattic\WooCommerce\Vendor\Symfony\Polyfill\Php80

PhpToken::__toStringpublicWC 1.0

Method of the class: PhpToken{}

No Hooks.

Returns

null. Nothing (null).

Usage

$PhpToken = new PhpToken();
$PhpToken->__toString(): string;

PhpToken::__toString() code WC 10.5.0

public function __toString(): string
{
    return (string) $this->text;
}