|
@@ -23,6 +23,8 @@ if (!defined('CHAR_HELLIP')) {
|
|
|
* - stripProtocol (defaults To FALSE right now)
|
|
* - stripProtocol (defaults To FALSE right now)
|
|
|
* - maxLength (to shorten links in order to not mess up the layout in some cases - appends ...)
|
|
* - maxLength (to shorten links in order to not mess up the layout in some cases - appends ...)
|
|
|
* - escape (defaults to TRUE for security reasons regarding plain text)
|
|
* - escape (defaults to TRUE for security reasons regarding plain text)
|
|
|
|
|
+ *
|
|
|
|
|
+ * @property \Cake\View\Helper\HtmlHelper $Html
|
|
|
*/
|
|
*/
|
|
|
class TextHelper extends CakeTextHelper {
|
|
class TextHelper extends CakeTextHelper {
|
|
|
|
|
|