コード例 #1
0
ファイル: View.php プロジェクト: adrielov/Chalenge-SOFTBOX
 public function textLimit($text)
 {
     return Utils::textLimit($text, 40);
 }