Automattic\WooCommerce\Vendor\League\Container\Argument

ClassNameInterface{}WC 1.0

No Hooks.

Usage

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

Methods

  1. public getClassName()

ClassNameInterface{} code WC 8.6.1

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