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