Example #1
0
 private function _getCacheKey(RM_Guid_iObject $object, $type = '')
 {
     return 'st_' . $object->guidId() . "_" . $object->guidType() . "_" . $type;
 }
Example #2
0
 public function setGuidObject(RM_Guid_iObject $object)
 {
     $this->guid_id = $object->guidId();
     $this->guid_type = $object->guidType();
     return $this->save();
 }