Public Member Functions | |
load () | |
save () |
Definition at line 35 of file Std.php.
load | ( | ) |
save | ( | ) |
Implements Mage_Dataflow_Model_Convert_Adapter_Interface.
Definition at line 49 of file Std.php.
00050 { 00051 echo $this->getData(); 00052 return $this; 00053 }