Current File : //proc/thread-self/root/home/itiffy/www/vendor/swiftmailer/swiftmailer/tests/StreamCollector.php
<?php

class Swift_StreamCollector
{
    public $content = '';

    public function __invoke($arg)
    {
        $this->content .= $arg;
    }
}