コード例 #1
0
ファイル: WithData.php プロジェクト: alexanderTsig/arabic
 public function setForUpdate($vars)
 {
     $this->_prepareForSet($vars);
     return parent::setForUpdate($vars);
 }
コード例 #2
0
ファイル: Table.php プロジェクト: alexanderTsig/arabic
 public function setForUpdate(Am_Record $record, array $vars)
 {
     $record->setForUpdate($vars);
     $this->setUpdateNested($record, $vars);
 }