Automattic\WooCommerce\Vendor\League\Container\Argument

ClassNameInterface{}WC 1.0

Хуков нет.

Использование

$ClassNameInterface = new ClassNameInterface();
// use class methods

Методы

  1. public getClassName()

Код ClassNameInterface{} WC 8.7.0

interface ClassNameInterface
{
    /**
     * Return the class name.
     *
     * @return string
     */
    public function getClassName() : string;
}