예제 #1
0
 /**
  * 
  *
  * @deprecated Moved to October\Rain\Html\Helper::limit
  * @static 
  */
 public static function limitHtml($string, $maxLength, $end = '...')
 {
     return \October\Rain\Support\Str::limitHtml($string, $maxLength, $end);
 }