protected function validString($str) { if (strlen($str) > 200) { return FormatHelper::smartCut($str, 170, 0, ''); } return $str; }