Exemple #1
0
 public function getPrefix()
 {
     if ($this->prefix) {
         return $this->prefix;
     }
     return $this->prefix = ModelManager::getDefaultPrefix();
 }