PHP Class PhpMigration\Changes\v7dot0\KeywordReserved

See also: http://php.net/manual/en/migration70.incompatible.php#migration70.incompatible.other.classes
Inheritance: extends PhpMigration\Changes\AbstractChange
Mostra file Open project: monque/php-migration

Protected Properties

Property Type Description
$forbiddenTable The following names cannot be used to name classes, interfaces or traits.
$reservedTable Furthermore, the following names should not be used. Although they will not generate an error in PHP 7.0, they are reserved for future use and should be considered deprecated.
$version

Public Methods

Method Description
__construct ( )
leaveNode ( $node )

Method Details

__construct() public method

public __construct ( )

leaveNode() public method

public leaveNode ( $node )

Property Details

$forbiddenTable protected_oe property

The following names cannot be used to name classes, interfaces or traits.
protected $forbiddenTable

$reservedTable protected_oe property

Furthermore, the following names should not be used. Although they will not generate an error in PHP 7.0, they are reserved for future use and should be considered deprecated.
protected $reservedTable

$version protected_oe static_oe property

protected static $version