コード例 #1
0
 public function shortText($text, $maxLength)
 {
     return CoreUtils::shortText($text, $maxLength);
 }