mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
7 lines
94 B
PHP
7 lines
94 B
PHP
<?php
|
|
|
|
use OCP\NamespaceName\ClassName as Alias;
|
|
|
|
Alias::functionName();
|
|
Alias::methodName();
|