This website requires JavaScript.
Explore
Help
Sign in
wbrawner
/
server
Watch
1
Star
0
Fork
You've already forked server
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
b7767a51f1
server
/
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 15:50:37 +00:00
<
?
php
use
OCP\NamespaceName\ClassName
as
Alias
;
Alias
::
functionName
();
Check for methods as good as possible
2015-06-15 16:36:04 +00:00
Alias
::
methodName
();
Reference in a new issue
Copy permalink