Automattic\WooCommerce\Vendor\GraphQL\Type\Definition
EnumValueDefinition::isDeprecated
Метод класса: EnumValueDefinition{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$EnumValueDefinition = new EnumValueDefinition(); $EnumValueDefinition->isDeprecated(): bool;
Код EnumValueDefinition::isDeprecated() EnumValueDefinition::isDeprecated WC 11.0.1
public function isDeprecated(): bool
{
return (bool) $this->deprecationReason;
}