File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed
Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -225,8 +225,7 @@ private function getStructure()
225225 }
226226
227227 if ($ this instanceof ExtensionInterface) {
228- //Automatically guess extension according to class name if not defined in class.
229- //I do that for nicmx-domrst extension, maybe there is a cleaner solution.
228+ // automatically guess extension according to class name if not defined in class
230229 if (!isset ($ this ->extension )) {
231230 $ this ->extension = strtolower ($ this ->className (get_class ($ this )));
232231 }
Original file line number Diff line number Diff line change 33/**
44 * This file is part of the php-epp2 library.
55 *
6- * (c) Gunter Grodotzki <[email protected] > 6+ * (c) Julien Barbedette <[email protected] > 77 *
88 * For the full copyright and license information, please view the LICENSE file
99 * that was distributed with this source code.
1515use AfriCC \EPP \ExtensionInterface as Extension ;
1616
1717/**
18- * @link https ://www.registry.net.za/content.php?wiki=1&contentid=18&title=EPP%20Contact%20Extensions
18+ * @link http ://www.registry.mx
1919 */
2020class Rar extends Info implements Extension
2121{
@@ -25,11 +25,11 @@ public function __construct()
2525 {
2626 parent ::__construct ();
2727
28- $ this ->set (null , '' );
28+ $ this ->set ();
2929 }
3030
3131 public function getExtensionNamespace ()
3232 {
3333 return $ this ->extension_xmlns ;
3434 }
35- }
35+ }
Original file line number Diff line number Diff line change 33/**
44 * This file is part of the php-epp2 library.
55 *
6- * (c) Gunter Grodotzki <[email protected] > 6+ * (c) Julien Barbedette <[email protected] > 77 *
88 * For the full copyright and license information, please view the LICENSE file
99 * that was distributed with this source code.
1414use AfriCC \EPP \Frame \Command \Renew as Renew ;
1515use AfriCC \EPP \ExtensionInterface as Extension ;
1616
17+ /**
18+ * @link https://www.registry.mx
19+ */
1720class Domain extends Renew implements Extension
1821{
1922 protected $ extension = 'nicmx-domrst ' ;
@@ -28,4 +31,4 @@ public function getExtensionNamespace()
2831 {
2932 return $ this ->extension_xmlns ;
3033 }
31- }
34+ }
You can’t perform that action at this time.
0 commit comments