Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 protected function _doContains($id)
 {
     if (!parent::_doContains($id)) {
         return false;
     }
     if (!$this->isValidLife($id)) {
         $this->_doDelete($id);
         return false;
     }
     return true;
 }