PHP Class PHPParser_Node_Stmt_Class, snowscript

Inheritance: extends PHPParser_Node_Stmt
Afficher le fichier Open project: runekaagaard/snowscript Class Usage Examples

Protected Properties

Свойство Type Description
$specialNames

Méthodes publiques

Méthode Description
__construct ( string $name, array $subNodes = [], integer $line, null | string $docComment = null ) Constructs a class node.
verifyModifier ( $a, $b )

Private Methods

Méthode Description
class_settings ( $stmts_old )

Method Details

__construct() public méthode

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 méthode

public static verifyModifier ( $a, $b )

Property Details

$specialNames protected_oe static_oe property

protected static $specialNames