PATH:
var
/
softaculous
/
sitepad
/
editor
/
site-data
/
plugins
/
kkart-pro
/
vendor
/
league
/
container
/
src
/
Argument
<?php declare(strict_types=1); namespace Automattic\Kkart\Vendor\League\Container\Argument; interface ClassNameInterface { /** * Return the class name. * * @return string */ public function getClassName() : string; }
[-] ClassNameWithOptionalValue.php
[edit]
[+]
..
[-] ClassNameInterface.php
[edit]
[-] ClassName.php
[edit]
[-] RawArgument.php
[edit]
[-] ArgumentResolverInterface.php
[edit]
[-] ArgumentResolverTrait.php
[edit]
[-] RawArgumentInterface.php
[edit]