예제 #1
0
 /**
  * Passes to the leafview if it should enable the clickmenu.
  *
  * @param bool $flag Flag
  *
  * @return void
  */
 public function noClickmenu($flag = true)
 {
     $this->view->noClickmenu($flag);
 }