This website requires JavaScript.
Explore
Help
Register
Sign In
mbk-lab
/
nextcloud
Watch
2
Star
0
Fork
You've already forked nextcloud
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
5e9d6b1585
nextcloud
/
tests
/
data
/
app
/
code-checker
/
test-deprecated-function.php
5 lines
97 B
PHP
Raw
Normal View
History
Unescape
Escape
Allow checking for functions
2015-06-15 18:50:37 +03:00
<
?
php
\OCP\NamespaceName\ClassName
::
functionName
();
Check for methods as good as possible
2015-06-15 19:36:04 +03:00
\OCP\NamespaceName\ClassName
::
methodName
();