Esempio n. 1
0
 public function getInArray()
 {
     return array('id' => $this->getId(), 'name' => $this->getName(), 'slug' => $this->slug, 'categories' => Functions::arrayToJsonWithoutParent($this->getCategories()));
 }