Automattic\WooCommerce\Vendor\GraphQL\Utils

InterfaceImplementations::objectspublicWC 1.0

Метод класса: InterfaceImplementations{}

Хуков нет.

Возвращает

array<int, ObjectType>.

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

$InterfaceImplementations = new InterfaceImplementations();
$InterfaceImplementations->objects(): array;

Код InterfaceImplementations::objects() WC 11.0.1

public function objects(): array
{
    return $this->objects;
}