PHP Class PhpMigration\Changes\AbstractRemoved

Inheritance: extends AbstractChange
Exibir arquivo Open project: monque/php-migration

Protected Properties

Property Type Description
$constTable
$funcTable
$varTable

Public Methods

Method Description
__construct ( )
leaveNode ( $node )

Protected Methods

Method Description
isRemovedConst ( $node )
isRemovedFunc ( $node )
isRemovedVar ( $node )

Method Details

__construct() public method

public __construct ( )

isRemovedConst() protected method

protected isRemovedConst ( $node )

isRemovedFunc() protected method

protected isRemovedFunc ( $node )

isRemovedVar() protected method

protected isRemovedVar ( $node )

leaveNode() public method

public leaveNode ( $node )

Property Details

$constTable protected_oe property

protected $constTable

$funcTable protected_oe property

protected $funcTable

$varTable protected_oe property

protected $varTable