mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2025-01-07 13:19:16 +01:00
8 lines
123 B
PHP
8 lines
123 B
PHP
<?php
|
|
|
|
/**
|
|
* @property array $parts Encaps list
|
|
*/
|
|
class PHPParser_Node_Scalar_Encapsed extends PHPParser_Node_Scalar
|
|
{
|
|
} |