Example #1
0
 public function addModelLoader(LoaderInterface $loader)
 {
     $this->modelLoaders[$loader->getModelsName()] = $loader;
 }