예제 #1
0
 public function add()
 {
     if ($this->validate()) {
         return Menu::add($this);
     }
     return false;
 }