readReference() protected method

readReference replaces the old readFlushedSO. It treats where there are references to other objects. Currently it does not resolve the object as this would involve a serious amount of overhead, unless you have a genius idea
protected readReference ( ) : String
return String
コード例 #1
0
 /**
  * read reference
  * @return stdClass
  */
 public function readReference()
 {
     return parent::readReference();
 }