예제 #1
0
 public function entityUpdateAccessInfo(RM_Permission_iPermissionable $object)
 {
     M('Db')->exec("UPDATE " . $this->_fileStorage->table() . " SET access_id = ?, access_inherit = ? WHERE id = ?", $object->_accessId(), $object->_accessInherit(), $object->id());
     $this->_fileStorage->cacheClear($object);
 }
예제 #2
0
 /**
  * @return string
  */
 public function table()
 {
     return $this->_storage->table();
 }