Inherits Raws.
Public Member Functions | |
| getTrafficFeed ($path=null, $query=null) | |
| Retrieve the feed for a RAMS Traffic instance. | |
| getStorageFeed ($path=null, $query=null) | |
| Retrieve the feed for a RAMS Storage instance. | |
| getFilterFeed ($path=null, $query=null) | |
| Retrieve the feed for a RAMS Filter instance. | |
| getGeoDomainFeed ($query=null) | |
| Retrieve the feed for a RAMS Domain instance. | |
| getGeoCityFeed ($query=null) | |
| Retrieve the feed for a RAMS City instance. | |
| getGeoHostFeed ($query=null) | |
| Retrieve the feed for a RAMS Host instance. | |
| getTotalFeed ($query=null) | |
| Retrieve the feed for a RAMS Total instance. | |
| getConcurrentV1Feed ($query=null) | |
| Retrieve the feed for a RAMS Concurrent instance. | |
| getTrafficTypeFeed ($query=null) | |
| Retrieve the feed for a RAMS Concurrent instance. | |
| getPayedFeed ($query=null) | |
| Retrieve the feed for a RAMS Payed instance. | |
| getUsersFeed () | |
| Retrieve the feed for a RAMS Users instance. | |
| getUsedFeed ($query=null, $username=null) | |
| Retrieve the feed for a RAMS Used instance. | |
rams_concurrent.php, rams_customer_resources.php, rams_geo.php, rams_set_traffic_limit.php, rams_storage.php, rams_total.php, and rams_ttype.php.
| Rams.getTrafficFeed | ( | $ | path = null, |
|
| $ | query = null | |||
| ) |
Retrieve the feed for a RAMS Traffic instance.
| string | $path The relative path to the directory. | |
| TrafficQuery | $query An object of type TrafficQuery, or null for no query-string. |
| Rams.getStorageFeed | ( | $ | path = null, |
|
| $ | query = null | |||
| ) |
Retrieve the feed for a RAMS Storage instance.
| string | $path The relative path to the directory. | |
| StorageQuery | $query An object of type StorageQuery, or null for no query-string. |
| Rams.getFilterFeed | ( | $ | path = null, |
|
| $ | query = null | |||
| ) |
Retrieve the feed for a RAMS Filter instance.
| string | $path The relative path to the directory. | |
| FilterQuery | $query An object of type FilterQuery, or null for no query-string. |
| Rams.getGeoDomainFeed | ( | $ | query = null |
) |
Retrieve the feed for a RAMS Domain instance.
| string | $path The relative path to the directory. |
| Rams.getGeoCityFeed | ( | $ | query = null |
) |
Retrieve the feed for a RAMS City instance.
| string | $path The relative path to the directory. |
| Rams.getGeoHostFeed | ( | $ | query = null |
) |
Retrieve the feed for a RAMS Host instance.
| string | $path The relative path to the directory. |
| Rams.getTotalFeed | ( | $ | query = null |
) |
Retrieve the feed for a RAMS Total instance.
| TotalQuery | $query An object of type TotalQuery, or null for no query-string. |
| Rams.getConcurrentV1Feed | ( | $ | query = null |
) |
Retrieve the feed for a RAMS Concurrent instance.
| ConcurrentQuery | $query An object of type TrafficQuery, or null for no query-string. |
| Rams.getTrafficTypeFeed | ( | $ | query = null |
) |
Retrieve the feed for a RAMS Concurrent instance.
| string | $path The relative path below the virtual 'rambla_live_streams' directory, or null (for a listing request). | |
| ConcurrentQuery | $query An object of type TrafficQuery, or null for no query-string. |
| TrafficTypeQuery | $query An object of type TtypeQuery, or null for no query-string. |
| Rams.getPayedFeed | ( | $ | query = null |
) |
Retrieve the feed for a RAMS Payed instance.
| PayedQuery | $query An object of type PayedQuery, or null for no query-string. |
| Rams.getUsersFeed | ( | ) |
| Rams.getUsedFeed | ( | $ | query = null, |
|
| $ | username = null | |||
| ) |
Retrieve the feed for a RAMS Used instance.
| string | $username The name of the user account, if used credits are requested for a specific user. |
1.5.3