PHP Class Zend_View_Helper_Ellipsis

Inheritance: extends Zend_View_Helper_Abstract
Show file Open project: kimai/kimai

Public Methods

Method Description
ellipsis ( string $text, integer $maxLength = 5 ) : string Truncates a given message

Method Details

ellipsis() public method

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