mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
7 lines
113 B
PHP
7 lines
113 B
PHP
<?php
|
|
|
|
use OCP\NamespaceName as SubAlias;
|
|
|
|
SubAlias\ClassName::functionName();
|
|
SubAlias\ClassName::methodName();
|