Exemplo n.º 1
0
 public function __construct(Entity\Reflection $reflection)
 {
     if (!$reflection->hasAdapter()) {
         throw new QueryException("Can not create query because entity " . $reflection->getClassName() . " has no adapter defined!");
     }
     $this->entityReflection = $reflection;
 }