PHP 클래스 PHPParser_Node_Stmt_Class, snowscript

상속: extends PHPParser_Node_Stmt
파일 보기 프로젝트 열기: runekaagaard/snowscript 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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