Exemplo n.º 1
0
 public function save(PropelPDO $con = null)
 {
     if ($this->getRssUrl() && !$this->has_validation_run) {
         throw new limeException('not-implemented', 'Cannot save podcast with unvalidated feed');
     }
     return parent::save($con);
 }