PHP 클래스 TheSeer\phpDox\DocBlock\InlineProcessor

파일 보기 프로젝트 열기: theseer/phpdox

보호된 프로퍼티들

프로퍼티 타입 설명
$dom
$factory
$regex

공개 메소드들

메소드 설명
__construct ( Factory $factory, TheSeer\fDOM\fDOMDocument $ctx )
transformToDom ( $text )

보호된 메소드들

메소드 설명
doParse ( $text )
processMatch ( $match )

메소드 상세

__construct() 공개 메소드

public __construct ( Factory $factory, TheSeer\fDOM\fDOMDocument $ctx )
$factory Factory
$ctx TheSeer\fDOM\fDOMDocument

doParse() 보호된 메소드

protected doParse ( $text )

processMatch() 보호된 메소드

protected processMatch ( $match )

transformToDom() 공개 메소드

public transformToDom ( $text )

프로퍼티 상세

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

protected $dom

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

protected $factory

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

protected $regex