setAttribute('action', $action); } /** * Add Method attribute. * * @param string $method Receive action URL method * @return static $this. */ public function setMethod($method) { return $this->setAttribute('method', $method); } }