Back to SetNewTagsEvent class

Method setReplaceTags

protected bool
setReplaceTags
(mixed $value)
Setter for the replaceTags attribute
Parameters
  • mixed $value The value to set
Returns
  • bool Normalised value

Method setReplaceTags - Source code

/**
 * Setter for the replaceTags attribute
 *
 * @param   mixed  $value  The value to set
 *
 * @return  boolean  Normalised value
 */
protected function setReplaceTags($value)
{
    return $value ? true : false;
}