Example #1
0
 /**
  * @return \stdClass
  */
 public function getOutput()
 {
     $output = new \stdClass();
     foreach ($this->resource->getLinks() as $link) {
         $this->buildSimpleLink($output, $link);
     }
     return $output;
 }
Example #2
0
 /**
  * @return array
  */
 public function getOutput()
 {
     return $this->result->getData();
 }