Ejemplo n.º 1
0
 public function action($action, $secure = true)
 {
     $this->attributes['action'] = \Forma\Helpers::url($action, array(), $secure);
     return $this;
 }