PHP 클래스 MetaArticleBodyField

파일 보기 프로젝트 열기: sourcefabric/newscoop

공개 메소드들

메소드 설명
__construct ( string $p_content, MetaArticle $p_parent, $p_fieldName, $p_articleName, $p_subtitleNumber = null, $p_headerFormatStart = null, $p_headerFormatEnd = null ) Constructor
__get ( $p_property )
__toString ( )

보호된 메소드들

메소드 설명
trigger_invalid_property_error ( $p_property, $p_smarty = null )

비공개 메소드들

메소드 설명
getContent ( array $p_subtitles = [] ) : string Returns the content of the given subtitles of the article body field.
getParagraphs ( $p_content, array $p_paragraphs = [] )
getSubtitles ( ) : array Returns the array of subtiles existent in the article body field.
getSubtitlesCount ( ) : integer Returns the total number of subtitles
getSubtitlesNames ( ) : array Returns an array containing the subtitle names

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( string $p_content, MetaArticle $p_parent, $p_fieldName, $p_articleName, $p_subtitleNumber = null, $p_headerFormatStart = null, $p_headerFormatEnd = null )
$p_content string
$p_parent MetaArticle

__get() 공개 메소드

public __get ( $p_property )

__toString() 공개 메소드

public __toString ( )

trigger_invalid_property_error() 보호된 메소드

protected trigger_invalid_property_error ( $p_property, $p_smarty = null )