PHP 클래스 AdminPageFramework_WPReadmeParser

파일 보기 프로젝트 열기: michaeluno/admin-page-framework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$aCallbacks
$aReplacements
$sText

보호된 프로퍼티들

프로퍼티 타입 설명
$_aSections

공개 메소드들

메소드 설명
__construct ( $sFilePathOrContent = '', array $aReplacements = [], array $aCallbacks = [] )
_replyToReplaceCodeBlocks ( $aMatches )
get ( $sSectionName = '' )
getRawSection ( $sSectionName )
getSection ( $sSectionName )
getSyntaxHighlightedPHPCode ( $sCode )
setText ( $sText )

비공개 메소드들

메소드 설명
_getParsedText ( $sContent )
_getSplitContentsBySection ( $sText )

메소드 상세

__construct() 공개 메소드

public __construct ( $sFilePathOrContent = '', array $aReplacements = [], array $aCallbacks = [] )
$aReplacements array
$aCallbacks array

_replyToReplaceCodeBlocks() 공개 메소드

public _replyToReplaceCodeBlocks ( $aMatches )

get() 공개 메소드

public get ( $sSectionName = '' )

getRawSection() 공개 메소드

public getRawSection ( $sSectionName )

getSection() 공개 메소드

public getSection ( $sSectionName )

getSyntaxHighlightedPHPCode() 공개 메소드

public getSyntaxHighlightedPHPCode ( $sCode )

setText() 공개 메소드

public setText ( $sText )

프로퍼티 상세

$_aSections 보호되어 있는 프로퍼티

protected $_aSections

$aCallbacks 공개적으로 프로퍼티

public $aCallbacks

$aReplacements 공개적으로 프로퍼티

public $aReplacements

$sText 공개적으로 프로퍼티

public $sText