MediaWiki
REL1_35
DumpStringOutput.php
Go to the documentation of this file.
1
<?php
27
class
DumpStringOutput
extends
DumpOutput
{
28
private
$output
=
''
;
29
33
public
function
write
( $string ) {
34
$this->output .= $string;
35
}
36
42
public
function
__toString
() {
43
return
$this->output
;
44
}
45
}
DumpOutput
Definition
DumpOutput.php:29
DumpStringOutput
Definition
DumpStringOutput.php:27
DumpStringOutput\__toString
__toString()
Get the string containing the output.
Definition
DumpStringOutput.php:42
DumpStringOutput\write
write( $string)
Definition
DumpStringOutput.php:33
DumpStringOutput\$output
$output
Definition
DumpStringOutput.php:28
includes
export
DumpStringOutput.php
Generated on Sat Apr 6 2024 00:07:08 for MediaWiki by
1.9.8