Example #1
0
 private function getFromMap($id)
 {
     return \woo\domain\ObjectWatcher::exists($this->targetClass(), $id);
 }
Example #2
0
 protected function getFromMap($class, $id)
 {
     return \woo\domain\ObjectWatcher::exists($class, $id);
 }