예제 #1
0
 /**
  * A json string readable by this object's JsonReader. Either this option, or the url option must be specified.
  * @param string $value
  * @return PhpExt_Data_JsonStore
  */
 public function setData($value)
 {
     parent::setData($value);
 }
예제 #2
0
 /**
  * The multi-dimensional array of data
  * @return array|PhpExt_JavascriptStm
  */
 public function getData()
 {
     return parent::setData();
 }