Exemplo n.º 1
0
 public function getIdColumn()
 {
     if ($this->idColumn === null) {
         $this->getModuleFields();
     }
     return parent::getIdColumn();
 }