Undefined
in package
Table of Contents
- __call() : self
- Call capturing to merely return this same object.
- __toString() : string
- Return a string, avoiding E_RECOVERABLE_ERROR
Methods
__call()
Call capturing to merely return this same object.
public
__call(string $method, array<string|int, mixed> $args) : self
Parameters
- $method : string
- $args : array<string|int, mixed>
Return values
self —__toString()
Return a string, avoiding E_RECOVERABLE_ERROR
public
__toString() : string