PHP Класс Zfplanet_View_Helper_ShortenArticle, ZFPlanet

Наследование: extends Zend_View_Helper_Abstract
Показать файл Открыть проект

Открытые методы

Метод Описание
shortenArticle ( $content, $length = 5000, $encoding = null )

Защищенные методы

Метод Описание
_addContinuationMarker ( string $content ) : string Add a generic indicator that article is truncated without accidentally appending the indicator to URIs in links and images, instead broken links and images are stripped entirely before its appended (also cleaning up the source).

Описание методов

_addContinuationMarker() защищенный Метод

Add a generic indicator that article is truncated without accidentally appending the indicator to URIs in links and images, instead broken links and images are stripped entirely before its appended (also cleaning up the source).
protected _addContinuationMarker ( string $content ) : string
$content string
Результат string

shortenArticle() публичный Метод

public shortenArticle ( $content, $length = 5000, $encoding = null )