current = $current; $this->tags = $tags; } /** * Wrap the string in the current style * * @param string $str * * @return string */ abstract public function apply($str); }