PHP Класс PHPParser_Node_Stmt_Property, snowscript

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

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

Метод Описание
__construct ( integer $type, array $props, integer $line, null | string $docComment = null ) Constructs a class property list node.

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

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

Constructs a class property list node.
public __construct ( integer $type, array $props, integer $line, null | string $docComment = null )
$type integer Modifiers
$props array Properties
$line integer Line
$docComment null | string Nearest doc comment