◆ __construct()
Monolog\Formatter\TestStreamFoo::__construct |
( |
|
$resource | ) |
|
◆ __toString()
Monolog\Formatter\TestStreamFoo::__toString |
( |
| ) |
|
Definition at line 391 of file NormalizerFormatterTest.php.
References string.
393 fseek($this->resource, 0);
395 return $this->foo .
' - ' . (
string) stream_get_contents($this->resource);
Add rich text string
The name of the decorator.
◆ $foo
Monolog\Formatter\TestStreamFoo::$foo |
◆ $resource
Monolog\Formatter\TestStreamFoo::$resource |
The documentation for this class was generated from the following file: