зеркало из https://github.com/nextcloud/text.git
26 строки
456 B
Plaintext
26 строки
456 B
Plaintext
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace OC\Hooks {
|
|
class Emitter {}
|
|
}
|
|
|
|
namespace OC\AppFramework\OCS {
|
|
class BaseResponse {}
|
|
}
|
|
|
|
namespace OCA\Viewer\Event {
|
|
class LoadViewer extends \OCP\EventDispatcher\Event {}
|
|
}
|
|
|
|
namespace OC\User {
|
|
class NoUserException extends \Exception {}
|
|
}
|
|
|
|
namespace OCA\Files_Sharing {
|
|
abstract class SharedStorage implements \OCP\Files\Storage\IStorage {
|
|
abstract public function getShare(): \OCP\Share\IShare;
|
|
}
|
|
}
|