This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
nextcloud
Watch
1
Star
0
Fork
You've already forked nextcloud
0
mirror of
https://github.com/nextcloud/server.git
synced
2026-02-03 20:41:22 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
25
e896bdcdd1
nextcloud
/
tests
/
data
/
app
/
code-checker
/
test-deprecated-function-alias.php
7 lines
94 B
PHP
Raw
Normal View
History
Unescape
Escape
Allow checking for functions
2015-06-15 11:50:37 -04:00
<
?
php
use
OCP\NamespaceName\ClassName
as
Alias
;
Alias
::
functionName
();
Check for methods as good as possible
2015-06-15 12:36:04 -04:00
Alias
::
methodName
();
Reference in a new issue
Copy permalink