PHP Class TheSeer\phpDox\DocBlock\InlineProcessor

Afficher le fichier Open project: theseer/phpdox

Protected Properties

Свойство Type Description
$dom
$factory
$regex

Méthodes publiques

Méthode Description
__construct ( Factory $factory, TheSeer\fDOM\fDOMDocument $ctx )
transformToDom ( $text )

Méthodes protégées

Méthode Description
doParse ( $text )
processMatch ( $match )

Method Details

__construct() public méthode

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

doParse() protected méthode

protected doParse ( $text )

processMatch() protected méthode

protected processMatch ( $match )

transformToDom() public méthode

public transformToDom ( $text )

Property Details

$dom protected_oe property

protected $dom

$factory protected_oe property

protected $factory

$regex protected_oe property

protected $regex