Example #1
0
 protected function getPrivateEntities($class)
 {
     return Mapper::findBy($class, ['user' => $this->getCurrentUser()]);
 }