PHP 클래스 Zfplanet_View_Helper_ShortenArticle, ZFPlanet

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

공개 메소드들

메소드 설명
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 )