StringWriterFromStringDelegate
in package
implements
StringWriterInterface
Table of Contents
Interfaces
Methods
- __construct() : mixed
- toString() : string
- Converts the object's data to a string.
Methods
__construct()
public
__construct(callable $delegate) : mixed
Parameters
- $delegate : callable
toString()
Converts the object's data to a string.
public
toString() : string