Preview: EventReferenceToMethodNameInterface.php
Size: 266 B
/opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/rector/rector-symfony/src/Contract/EventReferenceToMethodNameInterface.php
<?php
declare (strict_types=1);
namespace Rector\Symfony\Contract;
use PhpParser\Node\Expr\ClassConstFetch;
interface EventReferenceToMethodNameInterface
{
public function getClassConstFetch() : ClassConstFetch;
public function getMethodName() : string;
}
Directory Contents
Dirs: 2 × Files: 1