Automattic\WooCommerce\Vendor\League\Container\Argument
ClassNameInterface{}
Хуков нет.
Использование
$ClassNameInterface = new ClassNameInterface(); // use class methods
Методы
- public getClassName()
Код ClassNameInterface{} ClassNameInterface{} WC 7.5.1
interface ClassNameInterface { /** * Return the class name. * * @return string */ public function getClassName() : string; }