Back to TaggableTableTrait class

Method clearTagsHelper

public void
clearTagsHelper
()
Clears the tags helper
Returns
  • void
Since
  • 4.0.0

Method clearTagsHelper - Source code

/**
 * Clears the tags helper
 *
 * @return  void
 *
 * @since   4.0.0
 */
public function clearTagsHelper() : void
{
    $this->tagsHelper = null;
}