コード例 #1
0
ファイル: 05CDCImage.php プロジェクト: Nazg-Gul/gate
 function ReceiveValue($field, $formname = '')
 {
     CDCVirtual::ReceiveValue($field, $formname);
     $this->SpawnStorage();
     $this->storage->Accept($this->GetValue());
 }
コード例 #2
0
ファイル: 03CDCIFrame.php プロジェクト: Nazg-Gul/gate
 function ReceiveValue($field, $formname = '')
 {
     $old_val = $this->GetValue();
     CDCVirtual::ReceiveValue($field, $formname);
     $this->SetValue(iframe_accept_content($formname . '_' . $field, $old_val));
 }