コード例 #1
0
ファイル: Rule.php プロジェクト: ngagestudios/emailreminders
 public function load($id, $field = null)
 {
     parent::load($id);
     $this->_validated = true;
     $this->_isValid = true;
     return $this;
 }