PHP Класс PHPParser_Node_Stmt_Class, snowscript

Наследование: extends PHPParser_Node_Stmt
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$specialNames

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

Метод Описание
__construct ( string $name, array $subNodes = [], integer $line, null | string $docComment = null ) Constructs a class node.
verifyModifier ( $a, $b )

Приватные методы

Метод Описание
class_settings ( $stmts_old )

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

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

Constructs a class node.
public __construct ( string $name, array $subNodes = [], integer $line, null | string $docComment = null )
$name string Name
$subNodes array Array of the following optional subnodes: 'type' => 0 : Type 'extends' => null : Name of extended class 'implements' => array(): Names of implemented interfaces 'stmts' => array(): Statements
$line integer Line
$docComment null | string Nearest doc comment

verifyModifier() публичный статический Метод

public static verifyModifier ( $a, $b )

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

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

protected static $specialNames