Exemplo n.º 1
0
 public function getFeedItems()
 {
     return PageFacade::findByParentId($this->page->getId());
 }
Exemplo n.º 2
0
 public function target()
 {
     return $this->targetPage ? $this->targetPage->getId() : 0;
 }
Exemplo n.º 3
0
 public function getFeedItems()
 {
     return Helpers::getPages(['parentId' => $this->page->getId()]);
 }