PHP Class Zend_View_Helper_Ellipsis

Inheritance: extends Zend_View_Helper_Abstract
Afficher le fichier Open project: kimai/kimai

Méthodes publiques

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

Method Details

ellipsis() public méthode

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