the whole shebang
This commit is contained in:
13
vendor/nikic/php-parser/lib/PHPParser/Node/Scalar/DirConst.php
vendored
Normal file
13
vendor/nikic/php-parser/lib/PHPParser/Node/Scalar/DirConst.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
class PHPParser_Node_Scalar_DirConst extends PHPParser_Node_Scalar
|
||||
{
|
||||
/**
|
||||
* Constructs a __DIR__ const node
|
||||
*
|
||||
* @param array $attributes Additional attributes
|
||||
*/
|
||||
public function __construct(array $attributes = array()) {
|
||||
parent::__construct(array(), $attributes);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user