PHP Class PhpMigration\Changes\v5dot3\IncompByReference

Inheritance: extends PhpMigration\Changes\AbstractChange
Show file Open project: monque/php-migration

Protected Properties

Property Type Description
$builtinTable
$callList
$declareTable
$methodTable
$version

Public Methods

Method Description
finish ( )
leaveNode ( $node )
prepare ( )

Protected Methods

Method Description
emitSpot ( $call, $suspect = null )
isMismatch ( $define, $call )
populateCall ( $node, $type )
populateDefine ( $node, $type )
positionByValue ( $node )
positionWithRef ( $node )

Method Details

emitSpot() protected method

protected emitSpot ( $call, $suspect = null )

finish() public method

public finish ( )

isMismatch() protected method

protected isMismatch ( $define, $call )

leaveNode() public method

public leaveNode ( $node )

populateCall() protected method

protected populateCall ( $node, $type )

populateDefine() protected method

protected populateDefine ( $node, $type )

positionByValue() protected method

protected positionByValue ( $node )

positionWithRef() protected method

protected positionWithRef ( $node )

prepare() public method

public prepare ( )

Property Details

$builtinTable protected property

protected $builtinTable

$callList protected property

protected $callList

$declareTable protected property

protected $declareTable

$methodTable protected property

protected $methodTable

$version protected static property

protected static $version