Carew\Event\Listener\Documents\TagsFeed::__construct PHP 메소드

__construct() 공개 메소드

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