PHP Class AdminPageFrameworkLoader_AdminPage_Tab_ReadMeBase

Inheritance: extends AdminPageFrameworkLoader_AdminPage_Tab_Base
Exibir arquivo Open project: michaeluno/admin-page-framework

Public Methods

Method Description
_replyToProcessShortcode_embed ( $aAttributes, $sURL, $sShortcode = '' ) : string
_replyToProcessShortcodes ( $sContent ) : 3.6.1
getContentsByHeader ( $sContents, $iHeaderNumber = 2 ) Returns HTML contents divided by heading.

Protected Methods

Method Description
_getReadmeContents ( $sFilePath, $sTOCTitle, $asSections = [] )

Method Details

_getReadmeContents() protected method

Since: 3.5.3
protected _getReadmeContents ( $sFilePath, $sTOCTitle, $asSections = [] )

_replyToProcessShortcode_embed() public method

Since: 3.6.1
public _replyToProcessShortcode_embed ( $aAttributes, $sURL, $sShortcode = '' ) : string
return string The generate HTML output.

_replyToProcessShortcodes() public method

public _replyToProcessShortcodes ( $sContent ) : 3.6.1
return 3.6.1

getContentsByHeader() public method

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 )