PHP Класс AdminPageFrameworkLoader_AdminPage_Tab_ReadMeBase

Наследование: extends AdminPageFrameworkLoader_AdminPage_Tab_Base
Показать файл Открыть проект

Открытые методы

Метод Описание
_replyToProcessShortcode_embed ( $aAttributes, $sURL, $sShortcode = '' ) : string
_replyToProcessShortcodes ( $sContent ) : 3.6.1
getContentsByHeader ( $sContents, $iHeaderNumber = 2 ) Returns HTML contents divided by heading.

Защищенные методы

Метод Описание
_getReadmeContents ( $sFilePath, $sTOCTitle, $asSections = [] )

Описание методов

_getReadmeContents() защищенный Метод

С версии: 3.5.3
protected _getReadmeContents ( $sFilePath, $sTOCTitle, $asSections = [] )

_replyToProcessShortcode_embed() публичный Метод

С версии: 3.6.1
public _replyToProcessShortcode_embed ( $aAttributes, $sURL, $sShortcode = '' ) : string
Результат string The generate HTML output.

_replyToProcessShortcodes() публичный Метод

public _replyToProcessShortcodes ( $sContent ) : 3.6.1
Результат 3.6.1

getContentsByHeader() публичный Метод

For example,

First Heading

Some text.

Second Heading

Another text. Will be array( array( 'First Heading' => 'Some text', ), array( 'Second Heading' => 'Another text', ), )
public getContentsByHeader ( $sContents, $iHeaderNumber = 2 )