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