Ejemplo n.º 1
0
 /**
  * Get an instance by compound key
  *
  * @param array $kv array of key-value mappings
  *
  * @return Realtime_channel object found, or null for no hits
  */
 function pkeyGet($kv)
 {
     return Managed_DataObject::pkeyGet('Realtime_channel', $kv);
 }