Method | Description | |
---|---|---|
__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 ( ) |
Method | Description | |
---|---|---|
trigger_invalid_property_error ( $p_property, $p_smarty = null ) |
Method | Description | |
---|---|---|
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 |
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 |
protected trigger_invalid_property_error ( $p_property, $p_smarty = null ) |