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