Automattic\WooCommerce\Caching
ObjectCache::get_object_type()
Gets an identifier for the types of objects cached by this class. This identifier will be used to compose the keys passed to the cache engine. It must be unique for each class inheriting from ObjectCache.
Метод класса: ObjectCache{}
Хуков нет.
Возвращает
Строку
.
Использование
$ObjectCache = new ObjectCache(); $ObjectCache->get_object_type(): string;
Код ObjectCache::get_object_type() ObjectCache::get object type WC 9.8.5
abstract public function get_object_type(): string;