Exemple #1
0
 function FileMaker_Command_Add_Implementation($V0ab34ca9, $Vc6140495, $Vf09cc7ee = array())
 {
     FileMaker_Command_Implementation::FileMaker_Command_Implementation($V0ab34ca9, $Vc6140495);
     foreach ($Vf09cc7ee as $V06e3d36f => $V2063c160) {
         if (!is_array($V2063c160)) {
             $V2063c160 = array($V2063c160);
         }
         $this->_fields[$V06e3d36f] = $V2063c160;
     }
 }
Exemple #2
0
 function FileMaker_Command_Edit_Implementation($V0ab34ca9, $Vc6140495, $Va6ec9c02, $Va0af1e2b = array())
 {
     FileMaker_Command_Implementation::FileMaker_Command_Implementation($V0ab34ca9, $Vc6140495);
     $this->_recordId = $Va6ec9c02;
     $this->V6d6e1fd2 = null;
     foreach ($Va0af1e2b as $V06e3d36f => $V2063c160) {
         if (!is_array($V2063c160)) {
             $V2063c160 = array($V2063c160);
         }
         $this->_fields[$V06e3d36f] = $V2063c160;
     }
 }
 function FileMaker_Command_PerformScript_Implementation($V0ab34ca9, $Vc6140495, $V2550889a, $V9b479e5e = null)
 {
     FileMaker_Command_Implementation::FileMaker_Command_Implementation($V0ab34ca9, $Vc6140495);
     $this->_script = $V2550889a;
     $this->_scriptParams = $V9b479e5e;
 }
Exemple #4
0
 function FileMaker_Command_Delete_Implementation($V0ab34ca9, $Vc6140495, $Va6ec9c02)
 {
     FileMaker_Command_Implementation::FileMaker_Command_Implementation($V0ab34ca9, $Vc6140495);
     $this->_recordId = $Va6ec9c02;
 }
Exemple #5
0
 function FileMaker_Command_Find_Implementation($V0ab34ca9, $Vc6140495)
 {
     FileMaker_Command_Implementation::FileMaker_Command_Implementation($V0ab34ca9, $Vc6140495);
 }
 function FileMaker_Command_PerformScript_Implementation($fm, $layout, $scriptName, $scriptParams = null)
 {
     FileMaker_Command_Implementation::FileMaker_Command_Implementation($fm, $layout);
     $this->_script = $scriptName;
     $this->_scriptParams = $scriptParams;
 }