PHP Класс Google\Spreadsheet\Util

Автор: Asim Liaquat ([email protected])
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
extractAttributeFromXml ( SimpleXMLElement $xml, $namespacePrefix, $attribute ) : string Get a specific attribute in a namespaced tag
extractEndpoint ( string $url ) : string Extracts the endpoint from a full google spreadsheet url.
getLinkHref ( SimpleXMLElement $xml, string $rel ) : string Extracts the href for a specific rel from an xml object.

Описание методов

extractAttributeFromXml() публичный статический Метод

Get a specific attribute in a namespaced tag
public static extractAttributeFromXml ( SimpleXMLElement $xml, $namespacePrefix, $attribute ) : string
$xml SimpleXMLElement
Результат string

extractEndpoint() публичный статический Метод

Extracts the endpoint from a full google spreadsheet url.
public static extractEndpoint ( string $url ) : string
$url string
Результат string

getLinkHref() публичный статический Метод

Extracts the href for a specific rel from an xml object.
public static getLinkHref ( SimpleXMLElement $xml, string $rel ) : string
$xml SimpleXMLElement
$rel string the value of the rel attribute whose href you want
Результат string