Lines:
1 to 19 of 19
<?php /** * @author Nick Pope <nick@nickpope.me.uk> * @copyright Copyright © 2010, Nick Pope * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2.0 * @package Twitter.Text */ namespace Twitter\Text; /* class HitHighlighter */ /* function HitHighlighter::create() – Provides fluent method chaining. */ /* function HitHighlighter::__construct() – Reads in a tweet to be parsed and hit highlighted. */ /* function HitHighlighter::getTag() – Set the highlighting tag to surround hits with. The default tag is ’em’. */ /* function HitHighlighter::setTag() – Set the highlighting tag to surround hits with. The default tag is ’em’. */ /* function HitHighlighter::highlight() – Hit highlights the tweet. */