Exemplo n.º 1
0
 public function getSnippets()
 {
     return SNIPPETS_BOL_Service::getInstance()->getSnippets($this->entityType, $this->entityId, $this->value, true);
 }
Exemplo n.º 2
0
 public function getSnippets()
 {
     $snippets = SNIPPETS_BOL_Service::getInstance()->getSnippets($this->entityType, $this->entityId, $this->settings, false);
     return empty($snippets["active"]) ? array() : $snippets["active"];
 }