コード例 #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
ファイル: Plugin.class.php プロジェクト: Regmaya/diem-project
 public function preSave($event)
 {
     $this->github_url = trim($this->github_url, '/');
     return parent::preSave($event);
 }