HippoPHP\Hippo\Reporters\CheckstyleReporter::__construct PHP Method

__construct() public method

Creates a new writer object, ready to write XML.
public __construct ( FileSystem $fileSystem )
$fileSystem HippoPHP\Hippo\FileSystem
    public function __construct(FileSystem $fileSystem)
    {
        $this->fileSystem = $fileSystem;
    }