D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
test
/
vendor
/
swiftmailer
/
swiftmailer
/
tests
/
Filename :
StreamCollector.php
back
Copy
<?php class Swift_StreamCollector { public $content = ''; public function __invoke($arg) { $this->content .= $arg; } }