Methods
1 to 30 of 42
- Autolink::__construct() – Reads in a tweet to be parsed and converted to contain links.
- Autolink::autoLink() – Auto-link hashtags, URLs, usernames and lists.
- Autolink::autoLinkCashtags() – Auto-link $cashtag references in the provided Tweet text. The $cashtag links will have the cashtagClass CSS class added.
- Autolink::autoLinkEntities() – Autolink with entities
- Autolink::autoLinkHashtags() – Auto-link #hashtag references in the provided Tweet text. The #hashtag links will have the hashtagClass CSS class added.
- Autolink::autoLinkURLs() – Auto-link URLs in the Tweet text provided.
- Autolink::autoLinkUsernamesAndLists() – Auto-link the @username and @username/list references in the provided text. Links to @username references will have the usernameClass CSS classes added. Links to @username/list references will have the listClass CSS class added.
- Autolink::autoLinkWithJson() – Auto-link hashtags, URLs, usernames and lists, with JSON entities.
- Autolink::create() – Provides fluent method chaining.
- Autolink::escapeHTML() – html escape
- Autolink::getCashtagClass() – CSS class for auto-linked cashtag URLs.
- Autolink::getExternal() – Whether to include the value ‘external’ in the ‘rel’ attribute.
- Autolink::getHashtagClass() – CSS class for auto-linked hashtag URLs.
- Autolink::getListClass() – CSS class for auto-linked username/list URLs.
- Autolink::getNoFollow() – Whether to include the value ‘nofollow’ in the ‘rel’ attribute.
- Autolink::getRel() – get rel attribute
- Autolink::getSymbolTag() –
- Autolink::getTarget() – The scope to open the link in.
- Autolink::getTextWithSymbolTag() –
- Autolink::getURLClass() – CSS class for auto-linked URLs.
- Autolink::getUsernameClass() – CSS class for auto-linked username URLs.
- Autolink::isUsernameIncludeSymbol() –
- Autolink::linkToCashtag() –
- Autolink::linkToHashtag() –
- Autolink::linkToMentionAndList() –
- Autolink::linkToText() –
- Autolink::linkToTextWithSymbol() –
- Autolink::linkToUrl() –
- Autolink::object2array() – convert Object to Array
- Autolink::setCashtagClass() – CSS class for auto-linked cashtag URLs.