PHP Class PhpMigration\Changes\AbstractIntroduced

Inheritance: extends AbstractChange
Afficher le fichier Open project: monque/php-migration

Protected Properties

Свойство Type Description
$classTable
$condConst
$condFunc
$constTable
$funcTable
$methodTable
$paramTable

Méthodes publiques

Méthode Description
__construct ( )
enterNode ( $node )
leaveNode ( $node )

Méthodes protégées

Méthode Description
getConditionalName ( $node )
isConditionalConst ( $node )
isConditionalDeclare ( $node, $testfunc ) Conditional checking
isConditionalFunc ( $node )
isNewClass ( $node )
isNewConst ( $node )
isNewFunc ( $node )
isNewMethod ( $node, &$mname = null )
isNewParam ( $node )

Method Details

__construct() public méthode

public __construct ( )

enterNode() public méthode

public enterNode ( $node )

getConditionalName() protected méthode

protected getConditionalName ( $node )

isConditionalConst() protected méthode

protected isConditionalConst ( $node )

isConditionalDeclare() protected méthode

Conditional checking
protected isConditionalDeclare ( $node, $testfunc )

isConditionalFunc() protected méthode

protected isConditionalFunc ( $node )

isNewClass() protected méthode

protected isNewClass ( $node )

isNewConst() protected méthode

protected isNewConst ( $node )

isNewFunc() protected méthode

protected isNewFunc ( $node )

isNewMethod() protected méthode

protected isNewMethod ( $node, &$mname = null )

isNewParam() protected méthode

protected isNewParam ( $node )

leaveNode() public méthode

public leaveNode ( $node )

Property Details

$classTable protected_oe property

protected $classTable

$condConst protected_oe property

protected $condConst

$condFunc protected_oe property

protected $condFunc

$constTable protected_oe property

protected $constTable

$funcTable protected_oe property

protected $funcTable

$methodTable protected_oe property

protected $methodTable

$paramTable protected_oe property

protected $paramTable