@@ -100,7 +100,7 @@ |
||
100 | 100 | /** |
101 | 101 | * Ensures that object given is an string. Else, thows an exception |
102 | 102 | * |
103 | - * @param mixed $obj Object to validate. |
|
103 | + * @param string $obj Object to validate. |
|
104 | 104 | * |
105 | 105 | * @return string Same object given, but ensured that is an string. |
106 | 106 | * @throws InvalidArgumentException if object is not an `string`. |
@@ -1,21 +1,21 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * PHP: Nelson Martell Library file |
|
4 | - * |
|
5 | - * Content: |
|
6 | - * - Class definition: [NelsonMartell\Extensions] String |
|
7 | - * |
|
8 | - * Copyright © 2015-2016 Nelson Martell (http://nelson6e65.github.io) |
|
9 | - * |
|
10 | - * Licensed under The MIT License (MIT) |
|
11 | - * For full copyright and license information, please see the LICENSE |
|
12 | - * Redistributions of files must retain the above copyright notice. |
|
13 | - * |
|
14 | - * @copyright 2015-2016 Nelson Martell |
|
15 | - * @link http://nelson6e65.github.io/php_nml/ |
|
16 | - * @since v0.4.1 |
|
17 | - * @license http://www.opensource.org/licenses/mit-license.php The MIT License (MIT) |
|
18 | - * */ |
|
3 | + * PHP: Nelson Martell Library file |
|
4 | + * |
|
5 | + * Content: |
|
6 | + * - Class definition: [NelsonMartell\Extensions] String |
|
7 | + * |
|
8 | + * Copyright © 2015-2016 Nelson Martell (http://nelson6e65.github.io) |
|
9 | + * |
|
10 | + * Licensed under The MIT License (MIT) |
|
11 | + * For full copyright and license information, please see the LICENSE |
|
12 | + * Redistributions of files must retain the above copyright notice. |
|
13 | + * |
|
14 | + * @copyright 2015-2016 Nelson Martell |
|
15 | + * @link http://nelson6e65.github.io/php_nml/ |
|
16 | + * @since v0.4.1 |
|
17 | + * @license http://www.opensource.org/licenses/mit-license.php The MIT License (MIT) |
|
18 | + * */ |
|
19 | 19 | namespace NelsonMartell\Extensions; |
20 | 20 | |
21 | 21 | use Cake\Utility\Text; |
@@ -1,21 +1,21 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * PHP: Nelson Martell Library file |
|
4 | - * |
|
5 | - * Content: |
|
6 | - * - Global functions definition for NML. |
|
7 | - * |
|
8 | - * Copyright © 2016 Nelson Martell (http://nelson6e65.github.io) |
|
9 | - * |
|
10 | - * Licensed under The MIT License (MIT) |
|
11 | - * For full copyright and license information, please see the LICENSE |
|
12 | - * Redistributions of files must retain the above copyright notice. |
|
13 | - * |
|
14 | - * @copyright 2016 Nelson Martell |
|
15 | - * @link http://nelson6e65.github.io/php_nml/ |
|
16 | - * @since v0.6.0 |
|
17 | - * @license http://www.opensource.org/licenses/mit-license.php The MIT License (MIT) |
|
18 | - * */ |
|
3 | + * PHP: Nelson Martell Library file |
|
4 | + * |
|
5 | + * Content: |
|
6 | + * - Global functions definition for NML. |
|
7 | + * |
|
8 | + * Copyright © 2016 Nelson Martell (http://nelson6e65.github.io) |
|
9 | + * |
|
10 | + * Licensed under The MIT License (MIT) |
|
11 | + * For full copyright and license information, please see the LICENSE |
|
12 | + * Redistributions of files must retain the above copyright notice. |
|
13 | + * |
|
14 | + * @copyright 2016 Nelson Martell |
|
15 | + * @link http://nelson6e65.github.io/php_nml/ |
|
16 | + * @since v0.6.0 |
|
17 | + * @license http://www.opensource.org/licenses/mit-license.php The MIT License (MIT) |
|
18 | + * */ |
|
19 | 19 | |
20 | 20 | namespace NelsonMartell; |
21 | 21 |
@@ -1,21 +1,21 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * PHP: Nelson Martell Library file |
|
4 | - * |
|
5 | - * Content: |
|
6 | - * - Global functions definition for NML. |
|
7 | - * |
|
8 | - * Copyright © 2015-2016 Nelson Martell (http://nelson6e65.github.io) |
|
9 | - * |
|
10 | - * Licensed under The MIT License (MIT) |
|
11 | - * For full copyright and license information, please see the LICENSE |
|
12 | - * Redistributions of files must retain the above copyright notice. |
|
13 | - * |
|
14 | - * @copyright 2015-2016 Nelson Martell |
|
15 | - * @link http://nelson6e65.github.io/php_nml/ |
|
16 | - * @since v0.4.5 |
|
17 | - * @license http://www.opensource.org/licenses/mit-license.php The MIT License (MIT) |
|
18 | - * */ |
|
3 | + * PHP: Nelson Martell Library file |
|
4 | + * |
|
5 | + * Content: |
|
6 | + * - Global functions definition for NML. |
|
7 | + * |
|
8 | + * Copyright © 2015-2016 Nelson Martell (http://nelson6e65.github.io) |
|
9 | + * |
|
10 | + * Licensed under The MIT License (MIT) |
|
11 | + * For full copyright and license information, please see the LICENSE |
|
12 | + * Redistributions of files must retain the above copyright notice. |
|
13 | + * |
|
14 | + * @copyright 2015-2016 Nelson Martell |
|
15 | + * @link http://nelson6e65.github.io/php_nml/ |
|
16 | + * @since v0.4.5 |
|
17 | + * @license http://www.opensource.org/licenses/mit-license.php The MIT License (MIT) |
|
18 | + * */ |
|
19 | 19 | |
20 | 20 | use NelsonMartell\Extensions\String; |
21 | 21 | use NelsonMartell\Type; |
@@ -1,21 +1,21 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * PHP: Nelson Martell Library file |
|
4 | - * |
|
5 | - * Content: |
|
6 | - * - Library initialization |
|
7 | - * |
|
8 | - * Copyright © 2015-2016 Nelson Martell (http://nelson6e65.github.io) |
|
9 | - * |
|
10 | - * Licensed under The MIT License (MIT) |
|
11 | - * For full copyright and license information, please see the LICENSE |
|
12 | - * Redistributions of files must retain the above copyright notice. |
|
13 | - * |
|
14 | - * @copyright 2015-2016 Nelson Martell |
|
15 | - * @link http://nelson6e65.github.io/php_nml/ |
|
16 | - * @since v0.5.0 |
|
17 | - * @license http://www.opensource.org/licenses/mit-license.php The MIT License (MIT) |
|
18 | - * */ |
|
3 | + * PHP: Nelson Martell Library file |
|
4 | + * |
|
5 | + * Content: |
|
6 | + * - Library initialization |
|
7 | + * |
|
8 | + * Copyright © 2015-2016 Nelson Martell (http://nelson6e65.github.io) |
|
9 | + * |
|
10 | + * Licensed under The MIT License (MIT) |
|
11 | + * For full copyright and license information, please see the LICENSE |
|
12 | + * Redistributions of files must retain the above copyright notice. |
|
13 | + * |
|
14 | + * @copyright 2015-2016 Nelson Martell |
|
15 | + * @link http://nelson6e65.github.io/php_nml/ |
|
16 | + * @since v0.5.0 |
|
17 | + * @license http://www.opensource.org/licenses/mit-license.php The MIT License (MIT) |
|
18 | + * */ |
|
19 | 19 | |
20 | 20 | // Set the path of translations |
21 | 21 | bindtextdomain(NML_GETTEXT_DOMAIN, __DIR__.DIRECTORY_SEPARATOR.'..'.DIRECTORY_SEPARATOR.'Locale'); |
@@ -1,21 +1,21 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * PHP: Nelson Martell Library file |
|
4 | - * |
|
5 | - * Content: |
|
6 | - * - Interface definition: [NelsonMartell] IEquatable |
|
7 | - * |
|
8 | - * Copyright © 2014-2016 Nelson Martell (http://nelson6e65.github.io) |
|
9 | - * |
|
10 | - * Licensed under The MIT License (MIT) |
|
11 | - * For full copyright and license information, please see the LICENSE |
|
12 | - * Redistributions of files must retain the above copyright notice. |
|
13 | - * |
|
14 | - * @copyright 2014-2016 Nelson Martell |
|
15 | - * @link http://nelson6e65.github.io/php_nml/ |
|
16 | - * @since v0.1.1 |
|
17 | - * @license http://www.opensource.org/licenses/mit-license.php The MIT License (MIT) |
|
18 | - * */ |
|
3 | + * PHP: Nelson Martell Library file |
|
4 | + * |
|
5 | + * Content: |
|
6 | + * - Interface definition: [NelsonMartell] IEquatable |
|
7 | + * |
|
8 | + * Copyright © 2014-2016 Nelson Martell (http://nelson6e65.github.io) |
|
9 | + * |
|
10 | + * Licensed under The MIT License (MIT) |
|
11 | + * For full copyright and license information, please see the LICENSE |
|
12 | + * Redistributions of files must retain the above copyright notice. |
|
13 | + * |
|
14 | + * @copyright 2014-2016 Nelson Martell |
|
15 | + * @link http://nelson6e65.github.io/php_nml/ |
|
16 | + * @since v0.1.1 |
|
17 | + * @license http://www.opensource.org/licenses/mit-license.php The MIT License (MIT) |
|
18 | + * */ |
|
19 | 19 | |
20 | 20 | namespace NelsonMartell { |
21 | 21 |
@@ -1,21 +1,21 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * PHP: Nelson Martell Library file |
|
4 | - * |
|
5 | - * Content: |
|
6 | - * - Class definition: [NelsonMartell\Utilities\UnitTesting] Assert |
|
7 | - * |
|
8 | - * Copyright © 2015-2016 Nelson Martell (http://nelson6e65.github.io) |
|
9 | - * |
|
10 | - * Licensed under The MIT License (MIT) |
|
11 | - * For full copyright and license information, please see the LICENSE |
|
12 | - * Redistributions of files must retain the above copyright notice. |
|
13 | - * |
|
14 | - * @copyright 2015-2016 Nelson Martell |
|
15 | - * @link http://nelson6e65.github.io/php_nml/ |
|
16 | - * @since v0.1.1 |
|
17 | - * @license http://www.opensource.org/licenses/mit-license.php The MIT License (MIT) |
|
18 | - * */ |
|
3 | + * PHP: Nelson Martell Library file |
|
4 | + * |
|
5 | + * Content: |
|
6 | + * - Class definition: [NelsonMartell\Utilities\UnitTesting] Assert |
|
7 | + * |
|
8 | + * Copyright © 2015-2016 Nelson Martell (http://nelson6e65.github.io) |
|
9 | + * |
|
10 | + * Licensed under The MIT License (MIT) |
|
11 | + * For full copyright and license information, please see the LICENSE |
|
12 | + * Redistributions of files must retain the above copyright notice. |
|
13 | + * |
|
14 | + * @copyright 2015-2016 Nelson Martell |
|
15 | + * @link http://nelson6e65.github.io/php_nml/ |
|
16 | + * @since v0.1.1 |
|
17 | + * @license http://www.opensource.org/licenses/mit-license.php The MIT License (MIT) |
|
18 | + * */ |
|
19 | 19 | |
20 | 20 | namespace NelsonMartell\Utilities\UnitTesting { |
21 | 21 |
@@ -1,21 +1,21 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * PHP: Nelson Martell Library file |
|
4 | - * |
|
5 | - * Content: |
|
6 | - * - Class definition: [NelsonMartell\Utilities] Asset |
|
7 | - * |
|
8 | - * Copyright © 2014-2016 Nelson Martell (http://nelson6e65.github.io) |
|
9 | - * |
|
10 | - * Licensed under The MIT License (MIT) |
|
11 | - * For full copyright and license information, please see the LICENSE |
|
12 | - * Redistributions of files must retain the above copyright notice. |
|
13 | - * |
|
14 | - * @copyright 2014-2016 Nelson Martell |
|
15 | - * @link http://nelson6e65.github.io/php_nml/ |
|
16 | - * @since v0.1.1 |
|
17 | - * @license http://www.opensource.org/licenses/mit-license.php The MIT License (MIT) |
|
18 | - * */ |
|
3 | + * PHP: Nelson Martell Library file |
|
4 | + * |
|
5 | + * Content: |
|
6 | + * - Class definition: [NelsonMartell\Utilities] Asset |
|
7 | + * |
|
8 | + * Copyright © 2014-2016 Nelson Martell (http://nelson6e65.github.io) |
|
9 | + * |
|
10 | + * Licensed under The MIT License (MIT) |
|
11 | + * For full copyright and license information, please see the LICENSE |
|
12 | + * Redistributions of files must retain the above copyright notice. |
|
13 | + * |
|
14 | + * @copyright 2014-2016 Nelson Martell |
|
15 | + * @link http://nelson6e65.github.io/php_nml/ |
|
16 | + * @since v0.1.1 |
|
17 | + * @license http://www.opensource.org/licenses/mit-license.php The MIT License (MIT) |
|
18 | + * */ |
|
19 | 19 | |
20 | 20 | namespace NelsonMartell\Utilities { |
21 | 21 |
@@ -1,21 +1,21 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * PHP: Nelson Martell Library file |
|
4 | - * |
|
5 | - * Content: |
|
6 | - * - Class definition: [NelsonMartell] VersionComponent |
|
7 | - * |
|
8 | - * Copyright © 2015-2016 Nelson Martell (http://nelson6e65.github.io) |
|
9 | - * |
|
10 | - * Licensed under The MIT License (MIT) |
|
11 | - * For full copyright and license information, please see the LICENSE |
|
12 | - * Redistributions of files must retain the above copyright notice. |
|
13 | - * |
|
14 | - * @copyright 2015-2016 Nelson Martell |
|
15 | - * @link http://nelson6e65.github.io/php_nml/ |
|
16 | - * @since v0.1.1 |
|
17 | - * @license http://www.opensource.org/licenses/mit-license.php The MIT License (MIT) |
|
18 | - * */ |
|
3 | + * PHP: Nelson Martell Library file |
|
4 | + * |
|
5 | + * Content: |
|
6 | + * - Class definition: [NelsonMartell] VersionComponent |
|
7 | + * |
|
8 | + * Copyright © 2015-2016 Nelson Martell (http://nelson6e65.github.io) |
|
9 | + * |
|
10 | + * Licensed under The MIT License (MIT) |
|
11 | + * For full copyright and license information, please see the LICENSE |
|
12 | + * Redistributions of files must retain the above copyright notice. |
|
13 | + * |
|
14 | + * @copyright 2015-2016 Nelson Martell |
|
15 | + * @link http://nelson6e65.github.io/php_nml/ |
|
16 | + * @since v0.1.1 |
|
17 | + * @license http://www.opensource.org/licenses/mit-license.php The MIT License (MIT) |
|
18 | + * */ |
|
19 | 19 | |
20 | 20 | namespace NelsonMartell { |
21 | 21 |
@@ -1,21 +1,21 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * PHP: Nelson Martell Library file |
|
4 | - * |
|
5 | - * Content: |
|
6 | - * - Class definition: [NelsonMartell] IntString |
|
7 | - * |
|
8 | - * Copyright © 2015-2016 Nelson Martell (http://nelson6e65.github.io) |
|
9 | - * |
|
10 | - * Licensed under The MIT License (MIT) |
|
11 | - * For full copyright and license information, please see the LICENSE |
|
12 | - * Redistributions of files must retain the above copyright notice. |
|
13 | - * |
|
14 | - * @copyright 2015-2016 Nelson Martell |
|
15 | - * @link http://nelson6e65.github.io/php_nml/ |
|
16 | - * @since v0.1.1 |
|
17 | - * @license http://www.opensource.org/licenses/mit-license.php The MIT License (MIT) |
|
18 | - * */ |
|
3 | + * PHP: Nelson Martell Library file |
|
4 | + * |
|
5 | + * Content: |
|
6 | + * - Class definition: [NelsonMartell] IntString |
|
7 | + * |
|
8 | + * Copyright © 2015-2016 Nelson Martell (http://nelson6e65.github.io) |
|
9 | + * |
|
10 | + * Licensed under The MIT License (MIT) |
|
11 | + * For full copyright and license information, please see the LICENSE |
|
12 | + * Redistributions of files must retain the above copyright notice. |
|
13 | + * |
|
14 | + * @copyright 2015-2016 Nelson Martell |
|
15 | + * @link http://nelson6e65.github.io/php_nml/ |
|
16 | + * @since v0.1.1 |
|
17 | + * @license http://www.opensource.org/licenses/mit-license.php The MIT License (MIT) |
|
18 | + * */ |
|
19 | 19 | |
20 | 20 | namespace NelsonMartell { |
21 | 21 |