Index of all elements
	[ a ]
	[ c ]
	[ d ]
	[ f ]
	[ g ]
	[ h ]
	[ l ]
	[  ]
	[ s ]
	[ u ]
   
	
	
	top 
   
	
	
	top 
   
	
	
	top 
   
	
	
		f
		
							- factory
 
				- in file SMS.php, method Net_SMS::factory()
     Attempts to return a concrete Gateway instance based on $driver. 
					 
	 
	top 
   
	
	
		g
		
							- getAddressBook
 
				- in file sms2email_http.php, method Net_SMS_sms2email_http::getAddressBook()
     Fetches the entire address book from the gateway. 
							- getBalance
 
				- in file SMS.php, method Net_SMS::getBalance()
     If the current driver has a credit capability, queries the gateway for  a credit balance and returns the value. 
							- getDefaultSendParams
 
				- in file SMS.php, method Net_SMS::getDefaultSendParams()
     Returns send parameters for a gateway from the driver subclass  getDefaultSendParams()function. These are parameters which are available  to the user during sending, such as setting a time for delivery, or  type of SMS (normal text or flash), or source address, etc. 
							- getDefaultSendParams
 
				- in file clickatell_http.php, method Net_SMS_clickatell_http::getDefaultSendParams()
     Returns the parameters that can be set as default for sending messages  using this gateway driver and displayed when sending messages. 
							- getDefaultSendParams
 
				- in file vodafoneitaly_smtp.php, method Net_SMS_vodafoneitaly_smtp::getDefaultSendParams()
     Returns the parameters that can be set as default for sending messages  using this gateway driver and displayed when sending messages. 
							- getDefaultSendParams
 
				- in file sms2email_http.php, method Net_SMS_sms2email_http::getDefaultSendParams()
     Returns the parameters that can be set as default for sending messages  using this gateway driver and displayed when sending messages. 
							- getDrivers
 
				- in file SMS.php, method Net_SMS::getDrivers()
     Returns a list of available gateway drivers. 
							- getError
 
				- in file sms2email_http.php, method Net_SMS_sms2email_http::getError()
     Returns a string representation of an error code. 
							- getError
 
				- in file vodafoneitaly_smtp.php, method Net_SMS_vodafoneitaly_smtp::getError()
     Returns a string representation of an error code. 
							- getError
 
				- in file clickatell_http.php, method Net_SMS_clickatell_http::getError()
     Returns a string representation of an error code. 
							- getGatewayInfo
 
				- in file SMS.php, method Net_SMS::getGatewayInfo()
     Returns information on a gateway, such as name and a brief description,  from the driver subclass getInfo() function. 
							- getGatewayParams
 
				- in file SMS.php, method Net_SMS::getGatewayParams()
     Returns parameters for a gateway from the driver subclass getParams()  function. 
							- getInfo
 
				- in file sms2email_http.php, method Net_SMS_sms2email_http::getInfo()
     Identifies this gateway driver and returns a brief description. 
							- getInfo
 
				- in file vodafoneitaly_smtp.php, method Net_SMS_vodafoneitaly_smtp::getInfo()
     Identifies this gateway driver and returns a brief description. 
							- getInfo
 
				- in file clickatell_http.php, method Net_SMS_clickatell_http::getInfo()
     Identifies this gateway driver and returns a brief description. 
							- getList
 
				- in file sms2email_http.php, method Net_SMS_sms2email_http::getList()
     Fetches a specific distribution list from the gateway. 
							- getLists
 
				- in file sms2email_http.php, method Net_SMS_sms2email_http::getLists()
     Fetches a listing of available distribution lists on the server. 
							- getParams
 
				- in file clickatell_http.php, method Net_SMS_clickatell_http::getParams()
     Returns the required parameters for this gateway driver. 
							- getParams
 
				- in file sms2email_http.php, method Net_SMS_sms2email_http::getParams()
     Returns the required parameters for this gateway driver. The settable 
							- getParams
 
				- in file vodafoneitaly_smtp.php, method Net_SMS_vodafoneitaly_smtp::getParams()
     Returns the required parameters for this gateway driver. 
							- getSendParams
 
				- in file vodafoneitaly_smtp.php, method Net_SMS_vodafoneitaly_smtp::getSendParams()
     Returns the parameters for sending messages using this gateway driver,  displayed when sending messages. These are filtered out using the  default values set up when creating the gateway. 
							- getSendParams
 
				- in file clickatell_http.php, method Net_SMS_clickatell_http::getSendParams()
     Returns the parameters for sending messages using this gateway driver,  displayed when sending messages. These are filtered out using the  default values set for the gateway. 
							- getSendParams
 
				- in file sms2email_http.php, method Net_SMS_sms2email_http::getSendParams()
     Returns the parameters for sending messages using this gateway driver,  displayed when sending messages. These are filtered out using the  default values set up when creating the gateway. 
					 
	 
	top 
   
	
	
		h
		
							- hasCapability
 
				- in file SMS.php, method Net_SMS::hasCapability()
     Query the current Gateway object to find out if it supports the given  capability. 
					 
	 
	top 
   
	
	
	top 
   
	
	
		n
		
							- Net_SMS
 
				- in file SMS.php, class Net_SMS
     Net_SMS Class 
							- Net_SMS
 
				- in file SMS.php, method Net_SMS::Net_SMS()
     Constructor 
							- Net_SMS_clickatell_http
 
				- in file clickatell_http.php, class Net_SMS_clickatell_http
     Net_SMS_clickatell_http Class implements the HTTP API for accessing  the Clickatell (www.clickatell.com) SMS gateway. 
							- Net_SMS_sms2email_http
 
				- in file sms2email_http.php, class Net_SMS_sms2email_http
     Net_SMS_sms2email_http Class implements the HTTP API for accessing  the sms2email (www.sms2email.com) SMS gateway. 
							- Net_SMS_vodafoneitaly_smtp
 
				- in file vodafoneitaly_smtp.php, class Net_SMS_vodafoneitaly_smtp
     Net_SMS_vodafoneitaly_smtp Class implements the SMTP API for accessing  the Vodafone Italy SMS gateway. Use of this gateway requires an email account  with Vodafone Italy (www.190.it). 
					 
	 
	top 
   
	
	
		s
		
							- sms2email_http.php
 
				- procedural page sms2email_http.php
 
							- SMS.php
 
				- procedural page SMS.php
 
							- send
 
				- in file SMS.php, method Net_SMS::send()
     Sends a message to one or more recipients. Hands off the actual sending  to the gateway driver. 
							- singleton
 
				- in file SMS.php, method Net_SMS::singleton()
     Attempts to return a reference to a concrete Net_SMS instance based on  $driver. It wil only create a new instance if no Net_SMS instance with  the same parameters currently exists. 
					 
	 
	top 
   
	
	
	top 
   
	
	
	top 
        
		    
 
		    Documentation generated on Mon, 11 Mar 2019 10:17:14 -0400 by  phpDocumentor 1.4.4. PEAR Logo Copyright ©  PHP Group 2004.
	        
       |   
     |