]> git.mxchange.org Git - hub.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Sat, 20 May 2017 18:58:26 +0000 (20:58 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 21 Aug 2020 16:50:04 +0000 (18:50 +0200)
commit70ee5799652d8be63c3eee7ac1deba49bcc37c68
tree2b644fe638b1d29421e561f02f7da86c570b1cf1
parent96366cb92e22e4c9b466186af7f6941127d696e8
Continued:
- Let's use (and cache) the UNL instance instead of fetching an array from it
  and then taking parts out of it. This way is more OOP-ed
- added getExternalUnl() and getInternalUnl() as first methods
- getUnlData() is now no longer used, see first comment why
- renamed path 'unl' -> 'locator' to have it same as in interfaces
- updated target year
- updated core framework

Signed-off-by: Roland Häder <roland@mxchange.org>
13 files changed:
application/hub/classes/database/frontend/node/class_NodeDistributedHashTableDatabaseWrapper.php
application/hub/classes/filter/miner/class_MinerPhpRequirementsFilter.php
application/hub/classes/filter/node/class_NodePhpRequirementsFilter.php
application/hub/classes/locator/.htaccess [new file with mode: 0644]
application/hub/classes/locator/class_UniversalNodeLocator.php [new file with mode: 0644]
application/hub/classes/nodes/boot/class_HubBootNode.php
application/hub/classes/nodes/class_BaseHubNode.php
application/hub/classes/unl/.htaccess [deleted file]
application/hub/classes/unl/class_UniversalNodeLocator.php [deleted file]
application/hub/interfaces/helper/nodes/class_NodeHelper.php
application/hub/interfaces/locator/class_LocateableNode.php
contrib/update_year.sh
core