23 $thisClass = \get_class ( $this );
24 if (! isset ( $this->model ))
25 $this->model = CacheManager::getRestResource ( $thisClass );
26 if (! isset ( $this->model )) {
27 $modelsNS = $this->config [
"mvcNS"] [
"models"];
30 parent::initialize ();