friendica/include
Roland Häder 4a22710b3b Moved global PAGE_* to Profile class (#5500)
* Rewrites:
- moved PAGE_* to Friendica\Model\Profile class

* Fixed more rewrites from plain (global namespace) PAGE_* to Friendica\Models\Profile class

* CR request:
- moved all PAGE_* constants to Friendica\Model\Contact class
- fixed all references of both classes

* CR request:
- moved ACCOUNT_TYPE_* constants from boot.php to Contact::ACCOUNT_TYPE_*

* Just copy-pasted this code from boot.php, needs to be changed to `const ACCOUNT_TYPE_FOO = x;`

* Ops, melting brain cells here ... :-/
2018-07-27 19:25:57 -04:00
..
api.php Moved CONTACT_* constants to Friendica\Model\Contact class, lesser in global namespace (#5490) 2018-07-24 22:53:46 -04:00
conversation.php Moved CONTACT_* constants to Friendica\Model\Contact class, lesser in global namespace (#5490) 2018-07-24 22:53:46 -04:00
dba.php Remove dbesc() and dba_timer() function declarations 2018-07-23 15:30:54 -04:00
enotify.php Moved global PAGE_* to Profile class (#5500) 2018-07-27 19:25:57 -04:00
items.php Rename dbesc to DBA::escape 2018-07-23 15:30:54 -04:00
security.php Moved global PAGE_* to Profile class (#5500) 2018-07-27 19:25:57 -04:00
text.php Rename dbesc to DBA::escape 2018-07-23 15:30:54 -04:00