PHP Class TheSeer\phpDox\DocBlock\InlineProcessor

Mostrar archivo Open project: theseer/phpdox

Protected Properties

Property Type Description
$dom
$factory
$regex

Public Methods

Method Description
__construct ( Factory $factory, TheSeer\fDOM\fDOMDocument $ctx )
transformToDom ( $text )

Protected Methods

Method Description
doParse ( $text )
processMatch ( $match )

Method Details

__construct() public method

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

doParse() protected method

protected doParse ( $text )

processMatch() protected method

protected processMatch ( $match )

transformToDom() public method

public transformToDom ( $text )

Property Details

$dom protected_oe property

protected $dom

$factory protected_oe property

protected $factory

$regex protected_oe property

protected $regex