]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/helper/html/class_BaseHtmlHelper.php
Renamed Registry -> GenericRegistry to make it clear that this registry does
[core.git] / framework / main / classes / helper / html / class_BaseHtmlHelper.php
index 25c52f7429e0158a3fcf0ae705e122840ddb79d3..1f439d8e4426b5cc7ef2be20a0925974c679bab9 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 // Own namespace
-namespace CoreFramework\Helper;
+namespace Org\Mxchange\CoreFramework\Helper;
 
 // Import framework stuff
-use CoreFramework\Helper\BaseHelper;
+use Org\Mxchange\CoreFramework\Helper\BaseHelper;
 
 /**
  * A general purpose web helper. You should not instance this like all the other
@@ -28,7 +28,7 @@ use CoreFramework\Helper\BaseHelper;
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class BaseHtmlHelper extends BaseHelper {
+abstract class BaseHtmlHelper extends BaseHelper {
        /**
         * Protected constructor
         *