Automattic\WooCommerce\Caching
CacheException::get_thrower
Gets the object that threw the exception as passed to the exception constructor.
Метод класса: CacheException{}
Хуков нет.
Возвращает
Объект. The object that threw the exception.
Использование
$CacheException = new CacheException(); $CacheException->get_thrower(): object;
Код CacheException::get_thrower() CacheException::get thrower WC 10.5.2
public function get_thrower(): object {
return $this->thrower;
}