diff options
Diffstat (limited to 'src/Core')
-rw-r--r-- | src/Core/ClassValidationArray.php | 7 | ||||
-rw-r--r-- | src/Core/Communicator.php | 6 | ||||
-rw-r--r-- | src/Core/ProcessableComponent.php | 7 | ||||
-rw-r--r-- | src/Core/ProcessedComponent.php | 7 | ||||
-rw-r--r-- | src/Core/UpdatableComponent.php | 7 |
5 files changed, 24 insertions, 10 deletions
diff --git a/src/Core/ClassValidationArray.php b/src/Core/ClassValidationArray.php index ce6d7c5..4fa10d9 100644 --- a/src/Core/ClassValidationArray.php +++ b/src/Core/ClassValidationArray.php @@ -1,10 +1,13 @@ <?php /** -* Contains the ClassValidation class * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> * @copyright 2017 IP1 SMS -* @package IP1\RESTClient\Core +* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 +* @version 0.1.0-beta +* @since File available since Release 0.1.0-beta +* @link http://api.ip1sms.com/Help +* @link https://github.com/iP1SMS/ip1-php-sdk */ namespace IP1\RESTClient\Core; diff --git a/src/Core/Communicator.php b/src/Core/Communicator.php index 6137b25..cfaaf38 100644 --- a/src/Core/Communicator.php +++ b/src/Core/Communicator.php @@ -1,11 +1,13 @@ <?php /** -* Contains Communicator class * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> * @copyright 2017 IP1 SMS +* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 +* @version 0.1.0-beta +* @since File available since Release 0.1.0-beta * @link http://api.ip1sms.com/Help -* @package \IP1\RESTClient\Core +* @link https://github.com/iP1SMS/ip1-php-sdk */ namespace IP1\RESTClient\Core; diff --git a/src/Core/ProcessableComponent.php b/src/Core/ProcessableComponent.php index 527d455..987dd0c 100644 --- a/src/Core/ProcessableComponent.php +++ b/src/Core/ProcessableComponent.php @@ -1,10 +1,13 @@ <?php /** -* Contains the ProcessedComponent class * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> * @copyright 2017 IP1 SMS -* @package IP1\RESTClient\Core +* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 +* @version 0.1.0-beta +* @since File available since Release 0.1.0-beta +* @link http://api.ip1sms.com/Help +* @link https://github.com/iP1SMS/ip1-php-sdk */ namespace IP1\RESTClient\Core; diff --git a/src/Core/ProcessedComponent.php b/src/Core/ProcessedComponent.php index 7c88925..e593600 100644 --- a/src/Core/ProcessedComponent.php +++ b/src/Core/ProcessedComponent.php @@ -1,10 +1,13 @@ <?php /** -* Contains the ProcessedComponent class * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> * @copyright 2017 IP1 SMS -* @package IP1\RESTClient\Core +* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 +* @version 0.1.0-beta +* @since File available since Release 0.1.0-beta +* @link http://api.ip1sms.com/Help +* @link https://github.com/iP1SMS/ip1-php-sdk */ namespace IP1\RESTClient\Core; diff --git a/src/Core/UpdatableComponent.php b/src/Core/UpdatableComponent.php index b9c3a98..993a569 100644 --- a/src/Core/UpdatableComponent.php +++ b/src/Core/UpdatableComponent.php @@ -1,10 +1,13 @@ <?php /** -* Contains the UpdatableComponent interface. * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> * @copyright 2017 IP1 SMS -* @package IP1\RESTClient\Core +* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 +* @version 0.1.0-beta +* @since File available since Release 0.1.0-beta +* @link http://api.ip1sms.com/Help +* @link https://github.com/iP1SMS/ip1-php-sdk */ namespace IP1\RESTClient\Core; |