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