Esempio n. 1
0
 /**
  * __construct
  * This constructor does nothing itself.
  * It calls the parent constructor to get it to set whatever it needs up.
  *
  * @uses Splittest_Send_API::__construct
  *
  * @return Void Doesn't return anything.
  */
 function __construct()
 {
     parent::__construct();
 }