Property | Type | Description | |
---|---|---|---|
$slideshows | array |
Method | Description | |
---|---|---|
__construct ( $p_languageId = null, $p_articleId = null ) | ||
__get ( $p_property ) | fn __construct | |
current_subtitle_no ( $p_fieldName ) | ||
getRenditions ( ) : array | Get article renditions | |
get_bloginfo ( ) : Article | null | Get related bloginfo | |
has_image ( integer $p_imageIndex ) : boolean | Returns true if the article had an attached image identified by the given article internal index. | |
has_keyword ( string $p_keyword ) : boolean | Returns true if the article keywords field had the given keyword. | |
has_topic ( $p_topicName ) | ||
image ( integer $p_imageIndex ) : MetaImage | Returns an image meta object corresponding to the given index of the image attachment inside the article. Returns an empty meta image object if the image did not exist. | |
languages_list ( boolean $p_excludeCurrent = true, array $p_order = [] ) : array | Returns a list of MetaLanguage objects - list of languages in which the article was translated. | |
subtitle_url_id ( $p_fieldName ) | fn __get | |
subtitles_count ( string $p_property ) : integer | Returns the number of the subtitles of the given article field. | |
translated_to ( string $p_language ) : boolean | Returns true if the article was translated in to the language identified by the given language code |
Method | Description | |
---|---|---|
getContentCache ( $p_property ) | ||
setContentCache ( $p_property, $p_value ) |
protected getImageIndex ( ) : integer | ||
return | integer |
public get_bloginfo ( ) : Article | null | ||
return | Article | null |
public has_keyword ( string $p_keyword ) : boolean | ||
$p_keyword | string | |
return | boolean |
protected isContentAccessible ( ) : boolean | ||
return | boolean |
public subtitles_count ( string $p_property ) : integer | ||
$p_property | string | - article field name |
return | integer |
public translated_to ( string $p_language ) : boolean | ||
$p_language | string | - language code |
return | boolean |