PHP Класс PhpMigration\Changes\v7dot0\KeywordReserved

См. также: http://php.net/manual/en/migration70.incompatible.php#migration70.incompatible.other.classes
Наследование: extends PhpMigration\Changes\AbstractChange
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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

Открытые методы

Метод Описание
__construct ( )
leaveNode ( $node )

Описание методов

__construct() публичный Метод

public __construct ( )

leaveNode() публичный Метод

public leaveNode ( $node )

Описание свойств

$forbiddenTable защищенное свойство

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

$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.
protected $reservedTable

$version защищенное статическое свойство

protected static $version