示例#1
0
 /**
  * Return a string representation of the set
  *
  * Required by interface \Serializable
  *
  * @return  string  A serialized object
  */
 public function serialize()
 {
     return $this->__rowset->serialize();
 }
示例#2
0
 /**
  * Return a string representation of the set
  *
  * Required by interface \Serializable
  *
  * @return  string  A serialized object
  */
 public function serialize()
 {
     return $this->__entities->serialize();
 }