clearTags() public method

Clears the tags for this definition.
public clearTags ( ) : Definition
return Definition The current instance
Example #1
0
 /**
  * Clear the tags for this definition.
  *
  * @return tubepress_api_ioc_DefinitionInterface The current instance
  *
  * @api
  * @since 4.0.0
  */
 public function clearTags()
 {
     $this->_underlyingSymfonyDefinition->clearTags();
     return $this;
 }