mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-12-02 17:28:27 +01:00
9 lines
140 B
PHP
9 lines
140 B
PHP
<?php
|
|
|
|
/**
|
|
* @property Node_Expr $cond Condition
|
|
* @property array $stmts Statements
|
|
*/
|
|
class Node_Stmt_ElseIf extends Node_Stmt
|
|
{
|
|
} |