Autogenerated class PermissionQuarkPool_Model. More...
Static Public Member Functions | |
static | build ($table, $key) |
Build a permission quark (int) from a table and a key. |
Autogenerated class PermissionQuarkPool_Model.
static PermissionQuarkPool_Model::build | ( | $ | table, | |
$ | key | |||
) | [static] |
Build a permission quark (int) from a table and a key.
For each unique pair (table, key), a unique id is returned, such as Quark(table1,key1) == Quark(table2,key2) iff table1 == table2 and key1 == key2
$table | string | |
$key | string |