Example #1
0
 /**
  * @param $action
  *
  * @return $this
  */
 public function action($action)
 {
     $this->root->action($action);
     return $this;
 }