Initializes this factory with the means to construct (inline) tags.
public function __construct(Factory $tagFactory) { $this->tagFactory = $tagFactory; }