Example #1
0
 public function getParent()
 {
     $result = Category::getParent();
     return $result;
 }