Small refactoring of library classes

This commit is contained in:
FrancescoUK
2016-06-23 18:12:18 +01:00
parent 2ca3911d56
commit cf860be1fc
5 changed files with 200 additions and 199 deletions

View File

@@ -2,7 +2,7 @@
class Sms_lib
{
var $CI;
private $CI;
public function __construct()
{
@@ -10,7 +10,7 @@ class Sms_lib
}
/*
* SMS send function
* SMS sending function
* Example of use: $response = sendSMS('4477777777', 'My test message');
*/
public function sendSMS($phone, $message)