WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
vendor
/
nikic
/
php-parser
/
lib
/
PhpParser
/
Node
/
Scalar
/
MagicConst
/
Name
Action
..
Class_.php
Edit
Dir.php
Edit
File.php
Edit
Function_.php
Edit
Line.php
Edit
Method.php
Edit
Namespace_.php
Edit
Trait_.php
Edit
Editing: Method.php
<?php declare(strict_types=1); namespace PhpParser\Node\Scalar\MagicConst; use PhpParser\Node\Scalar\MagicConst; class Method extends MagicConst { public function getName() : string { return '__METHOD__'; } public function getType() : string { return 'Scalar_MagicConst_Method'; } }