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