示例#1
0
文件: Plugin.php 项目: dapepe/tymio
 public function preSave(PropelPDO $con = null)
 {
     if ((string) $this->getPriority() === '') {
         $this->setPriority($this->getAutoPriority($con));
     }
     return parent::preSave($con);
 }
示例#2
0
 public function preSave($event)
 {
     $this->github_url = trim($this->github_url, '/');
     return parent::preSave($event);
 }