Exemplo n.º 1
0
 public function getSessionName()
 {
     if (parent::hasSessionName()) {
         return parent::getSessionName();
     } else {
         return (string) $this->getModel()->getTable();
     }
 }