PHP 클래스 Zend_View_Helper_Ellipsis

상속: extends Zend_View_Helper_Abstract
파일 보기 프로젝트 열기: kimai/kimai

공개 메소드들

메소드 설명
ellipsis ( string $text, integer $maxLength = 5 ) : string Truncates a given message

메소드 상세

ellipsis() 공개 메소드

Truncates a given message
public ellipsis ( string $text, integer $maxLength = 5 ) : string
$text string
$maxLength integer
리턴 string