PHP Class PHPParser_Node_Stmt_Class, snowscript

Inheritance: extends PHPParser_Node_Stmt
Mostra file Open project: runekaagaard/snowscript Class Usage Examples

Protected Properties

Property Type Description
$specialNames

Public Methods

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

Private Methods

Method Description
class_settings ( $stmts_old )

Method Details

__construct() public method

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 method

public static verifyModifier ( $a, $b )

Property Details

$specialNames protected_oe static_oe property

protected static $specialNames