Automattic\WooCommerce\Vendor\GraphQL\Utils
InterfaceImplementations::objects
Метод класса: InterfaceImplementations{}
Хуков нет.
Возвращает
array<int, ObjectType>.
Использование
$InterfaceImplementations = new InterfaceImplementations(); $InterfaceImplementations->objects(): array;
Код InterfaceImplementations::objects() InterfaceImplementations::objects WC 11.0.1
public function objects(): array
{
return $this->objects;
}