Carew\Event\Listener\Documents\TagsFeed::__construct PHP Method

__construct() public method

public __construct ( HtmlTools\Inflector $inflector = null )
$inflector HtmlTools\Inflector
    public function __construct(Inflector $inflector = null)
    {
        $this->inflector = $inflector ?: new Inflector();
    }