Пример #1
0
 public function fetch()
 {
     parent::fetch();
     $this->broadsheet = json_decode(parent::getSnapshot());
     $items = $this->broadsheet->broadsheet;
     $this->items = $items;
 }
Пример #2
0
 public function fetch()
 {
     parent::fetch();
     $container = json_decode(parent::getSnapshot());
     $this->container = $container->containers;
 }
Пример #3
0
 public function fetch()
 {
     parent::fetch();
     $element = json_decode(parent::getSnapshot());
     $this->element = $element;
 }