PHP Class PhpMigration\Changes\v5dot3\Deprecated

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

Protected Properties

Property Type Description
$checkCallTimePassByRef
$funcTable
$version

Public Methods

Method Description
__construct ( )
leaveNode ( $node )
skipCallTimePassByRef ( $off ) For another Changes to set whether skip the check for Call-time Pass-by-ref

Protected Methods

Method Description
isAssignNewByRef ( $node )
isCallTimePassByRef ( $node )
isDeprecatedFunc ( $node )

Method Details

__construct() public method

public __construct ( )

isAssignNewByRef() protected method

protected isAssignNewByRef ( $node )

isCallTimePassByRef() protected method

protected isCallTimePassByRef ( $node )

isDeprecatedFunc() protected method

protected isDeprecatedFunc ( $node )

leaveNode() public method

public leaveNode ( $node )

skipCallTimePassByRef() public method

For another Changes to set whether skip the check for Call-time Pass-by-ref
public skipCallTimePassByRef ( $off )

Property Details

$checkCallTimePassByRef protected property

protected $checkCallTimePassByRef

$funcTable protected property

protected $funcTable

$version protected static property

protected static $version