readObject() 보호된 메소드

readObject reads the name/value properties of the amf Packet and converts them into their equivilent php representation
protected readObject ( ) : Object
리턴 Object The php object filled with the data
 /**
  * read object
  * @return stdClass
  */
 public function readObject()
 {
     return parent::readObject();
 }