示例#1
0
文件: Mapper.php 项目: jabouzi/projet
 private function getFromMap($id)
 {
     return \woo\domain\ObjectWatcher::exists($this->targetClass(), $id);
 }
示例#2
0
 protected function getFromMap($class, $id)
 {
     return \woo\domain\ObjectWatcher::exists($class, $id);
 }