aboutsummaryrefslogtreecommitdiffstats
path: root/core/namespace/Item.php
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2021-06-21 02:08:59 +0200
committerThomas Lange <code@nerdmind.de>2021-06-21 02:08:59 +0200
commitdb3e19a76a2335c9cf88fb08441b35e0cc3648fc (patch)
treedc50dca355988598ba93bd695bc92e2cddb8ec06 /core/namespace/Item.php
parent70f366ce1d102e4712af2408e6dcf5432b1926c2 (diff)
downloadblog-db3e19a76a2335c9cf88fb08441b35e0cc3648fc.tar.gz
blog-db3e19a76a2335c9cf88fb08441b35e0cc3648fc.tar.xz
blog-db3e19a76a2335c9cf88fb08441b35e0cc3648fc.zip
Remove getURL methods from Item classes
Diffstat (limited to 'core/namespace/Item.php')
-rw-r--r--core/namespace/Item.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/namespace/Item.php b/core/namespace/Item.php
index f674a60..96f2355 100644
--- a/core/namespace/Item.php
+++ b/core/namespace/Item.php
@@ -4,7 +4,6 @@ abstract class Item implements ItemInterface {
protected $Attribute = NULL;
protected $Reflection = NULL;
- abstract public function getURL();
abstract public function getGUID();
#===============================================================================