Example #1
0
 public function buildCategory($categoryId)
 {
     $category = new Category($categoryId);
     $category->createFolder();
 }