Свойство | Тип | Описание | |
---|---|---|---|
$m_articleTypeName | |||
$m_columnNames | |||
$m_dbTableName | |||
$m_keyColumnNames |
Метод | Описание | |
---|---|---|
ArticleData ( string $p_articleType, integer $p_articleNumber, integer $p_languageId ) | An article type is a dynamic table that is created for an article to allow different publications to display their content in different ways. | |
TransformInternalLinks ( $p_match ) : string | This function is a callback for preg_replace_callback(). | |
TransformSubheads ( $match ) | fn copyToExistingRecord | |
copy ( integer $p_destArticleNumber ) : void | Copy the row in the database. | |
copyToExistingRecord ( integer $p_destArticleNumber, integer $p_destLanguageId = null ) : void | Copy the row in the database. | |
getDisplayName ( $p_lang ) : string | Gets the translation for a given language; default language is the session language. If no translation is set for that language, we return the dbTableName. | |
getFieldValue ( $p_property, $p_forceFetchFromDatabase = false ) | constructor | |
getUserDefinedColumns ( $p_showAll = false, $p_skipCache = false ) : array | Return an array of ArticleTypeField objects. | |
setProperty ( $p_dbColumnName, $p_value, $p_commit = true, $p_isSql = false ) | fn getDisplayName | |
transformImageTags ( $p_match ) : string | This function is a callback for preg_replace_callback(). |
public static TransformInternalLinks ( $p_match ) : string | ||
Результат | string |
public static TransformSubheads ( $match ) |
public getDisplayName ( $p_lang ) : string | ||
Результат | string |
public getFieldValue ( $p_property, $p_forceFetchFromDatabase = false ) |
public getUserDefinedColumns ( $p_showAll = false, $p_skipCache = false ) : array | ||
Результат | array |
public setProperty ( $p_dbColumnName, $p_value, $p_commit = true, $p_isSql = false ) |
public transformImageTags ( $p_match ) : string | ||
Результат | string |