mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-12-04 18:28:25 +01:00
11 lines
245 B
PHP
11 lines
245 B
PHP
<?php
|
|
|
|
/**
|
|
* @property bool $byRef Whether returns by reference
|
|
* @property string $name Name
|
|
* @property array $params Parameters
|
|
* @property array $stmts Statements
|
|
*/
|
|
class PHPParser_Node_Stmt_Func extends PHPParser_Node_Stmt
|
|
{
|
|
} |