|
ultimix
|
Public Member Functions | |
| __construct () | |
| set ($FieldName, $FieldValue) | |
| get_position ($Domain, $Query, $Region=0) | |
| get_position_and_url ($Domain, $Query, $Region=0) | |
| get_url ($Domain, $Query, $Region=0) | |
Data Fields | |
| $Security = false | |
| $Key = '' | |
| $User = '/' | |
Class provides Yandex.XML API.
Definition at line 26 of file yandex_xml.php.
| __construct | ( | ) |
Constructor.
| Exception | - An exception of this type is thrown. |
Definition at line 54 of file yandex_xml.php.
| get_position | ( | $Domain, | |
| $Query, | |||
$Region = 0 |
|||
| ) |
Function returns site position.
| $Domain | - Site. |
| $Query | - Query. |
| $Region | - Region. |
| Exception | - An exception of this type is thrown. |
Definition at line 272 of file yandex_xml.php.
| get_position_and_url | ( | $Domain, | |
| $Query, | |||
$Region = 0 |
|||
| ) |
Function returns site position.
| $Domain | - Site. |
| $Query | - Query. |
| $Region | - Region. |
| Exception | - An exception of this type is thrown. |
Definition at line 331 of file yandex_xml.php.
| get_url | ( | $Domain, | |
| $Query, | |||
$Region = 0 |
|||
| ) |
Function returns site position.
| $Domain | - Site. |
| $Query | - Query. |
| $Region | - Region. |
| Exception | - An exception of this type is thrown. |
Definition at line 393 of file yandex_xml.php.
| set | ( | $FieldName, | |
| $FieldValue | |||
| ) |
Function sets field.
| $FieldName | - Field name. |
| $FieldValue | - Field value. |
Definition at line 108 of file yandex_xml.php.
| $Key = '' |
Key.
Definition at line 76 of file yandex_xml.php.
| $Security = false |
Cached objects.
Definition at line 38 of file yandex_xml.php.
| $User = '/' |
User.
Definition at line 88 of file yandex_xml.php.