DEBSOURCES
Skip Quicknav
sources / libphp-swiftmailer / 5.2.2-1 / tests / StreamCollector.php
1234567891011
<?php class Swift_StreamCollector { public $content = ''; public function __invoke($arg) { $this->content .= $arg; } }