Exemplo n.º 1
0
 /**
  * Checks if categories added
  * 
  * @return boolean
  */
 public function categoriesSetup()
 {
     return (bool) $this->categoryDao->countAll();
 }