|
| static | findByApiKey ($api_key) |
| |
| static | findAll () |
| |
| static | checkAccess ($api_key, $method, $ip) |
| |
| static | expireTableScheme () |
| |
| static | find ($id) |
| |
| static | exists ($id) |
| |
| static | countBySql ($where=1, $params=array()) |
| |
| static | create ($data) |
| |
| static | import ($data) |
| |
| static | findBySQL ($where, $params=array()) |
| |
| static | findThru ($foreign_key_value, $options) |
| |
| static | findEachBySQL ($callable, $where, $params=array()) |
| |
| static | findMany ($pks=array(), $order='', $order_params=array()) |
| |
| static | findEachMany ($callable, $pks=array(), $order='', $order_params=array()) |
| |
| static | findAndMapBySQL ($callable, $where, $params=array()) |
| |
| static | findAndMapMany ($callable, $pks=array(), $order='', $order_params=array()) |
| |
| static | deleteBySQL ($where, $params=array()) |
| |
| static | toObject ($id_or_object) |
| |
| static | __callStatic ($name, $arguments) |
| |
◆ __construct()
| __construct |
( |
|
$id = null | ) |
|
Constructor
- Parameters
-
| string | $id | primary key of table |
◆ checkAccess()
| static checkAccess |
( |
|
$api_key, |
|
|
|
$method, |
|
|
|
$ip |
|
) |
| |
|
static |
Checks for given api key, methodname and IP Address if access is granted or not
- Parameters
-
| string | $api_key | an api key |
| string | $method | a name of an webservice method |
| string | $ip | an IP Address |
- Returns
- boolean returns true if access fpr given params is allowed
◆ checkIpInRange()
| checkIpInRange |
( |
|
$check_ip | ) |
|
checks, if a given IP Address is in the range specified for this rule. If there is no specified range, it returns true
- Parameters
-
| string | $check_ip | an IP Address |
- Returns
- boolean true if given Address is in specified range
◆ checkMethodName()
| checkMethodName |
( |
|
$method | ) |
|
checks, if the specified method name for this rule is part of the given one. If there is no specified method name, it returns true
- Parameters
-
| string | $method | a webservice method name |
- Returns
- boolean true if given name matches the specified
◆ findAll()
◆ findByApiKey()
| static findByApiKey |
( |
|
$api_key | ) |
|
|
static |
◆ getIp_range()
◆ setIp_range()
The documentation for this class was generated from the following file: