예제 #1
0
 public function getModel($modelName)
 {
     $fqcn = 'Cobalt\\Model\\' . $modelName;
     return $this->container->buildObject($fqcn);
 }