]> git.mxchange.org Git - friendica.git/commit - src/Content/Nav.php
Rename App Methods
authorPhilipp Holzer <admin@philipp.info>
Tue, 9 Oct 2018 17:58:58 +0000 (19:58 +0200)
committerPhilipp Holzer <admin@philipp.info>
Tue, 9 Oct 2018 22:16:06 +0000 (00:16 +0200)
commit5a02e39a65f8f685440228cc1d36738cbe15f32b
tree5ab6e3d11ebf25e41626d626d5938647c22b50d1
parent5f9dd11cfbcd959414645ad56a98d11affd82e20
Rename App Methods

- renamed a lot of App methods to CamelCase
- replaced direct public variables with get-/set-Methods
94 files changed:
bin/worker.php
boot.php
include/api.php
include/enotify.php
include/items.php
include/text.php
index.php
mod/admin.php
mod/allfriends.php
mod/common.php
mod/community.php
mod/contacts.php
mod/dfrn_request.php
mod/directory.php
mod/dirfind.php
mod/display.php
mod/hcard.php
mod/home.php
mod/hostxrd.php
mod/match.php
mod/message.php
mod/network.php
mod/nodeinfo.php
mod/notes.php
mod/notifications.php
mod/notify.php
mod/openid.php
mod/opensearch.php
mod/photo.php
mod/photos.php
mod/ping.php
mod/profile.php
mod/profiles.php
mod/pubsubhubbub.php
mod/redir.php
mod/register.php
mod/settings.php
mod/videos.php
mod/viewcontacts.php
mod/xrd.php
src/App.php
src/Content/Nav.php
src/Content/Text/BBCode.php
src/Content/Text/Markdown.php
src/Core/Addon.php
src/Core/Cache.php
src/Core/Cache/AbstractCacheDriver.php
src/Core/Console/AutomaticInstallation.php
src/Core/Console/DocBloxErrorChecker.php
src/Core/Install.php
src/Core/NotificationsManager.php
src/Core/System.php
src/Core/Theme.php
src/Core/Worker.php
src/Database/DBA.php
src/Database/DBStructure.php
src/Model/Contact.php
src/Model/Item.php
src/Model/Photo.php
src/Model/Profile.php
src/Model/User.php
src/Module/Login.php
src/Module/Logout.php
src/Module/Magic.php
src/Module/Proxy.php
src/Network/Curl.php [new file with mode: 0644]
src/Network/Probe.php
src/Object/Image.php
src/Object/Post.php
src/Protocol/DFRN.php
src/Protocol/Diaspora.php
src/Protocol/Feed.php
src/Protocol/OStatus.php
src/Protocol/PortableContact.php
src/Protocol/Salmon.php
src/Render/FriendicaSmarty.php
src/Util/ExAuth.php
src/Util/HTTPSignature.php
src/Util/Network.php
src/Util/Proxy.php
src/Worker/Cron.php
src/Worker/CronJobs.php
src/Worker/Delivery.php
src/Worker/Notifier.php
src/Worker/OnePoll.php
src/Worker/PubSubPublish.php
tests/ApiTest.php
tests/DatabaseTest.php
tests/src/Core/Cache/MemoryCacheTest.php
view/theme/duepuntozero/theme.php
view/theme/frio/php/default.php
view/theme/frio/theme.php
view/theme/smoothly/theme.php
view/theme/vier/theme.php