Swift_Plugins_ReporterPlugin::__construct PHP Method

__construct() public method

Create a new ReporterPlugin using $reporter.
public __construct ( Swift_Plugins_Reporter $reporter )
$reporter Swift_Plugins_Reporter
    public function __construct(Swift_Plugins_Reporter $reporter)
    {
        $this->_reporter = $reporter;
    }