PHP 클래스 AdminPageFrameworkLoader_AdminPage_Tab_ReadMeBase

상속: extends AdminPageFrameworkLoader_AdminPage_Tab_Base
파일 보기 프로젝트 열기: michaeluno/admin-page-framework

공개 메소드들

메소드 설명
_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 )