-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_ide_helper.php
38 lines (36 loc) · 1.03 KB
/
_ide_helper.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?php
/**
*
* @author forecho <[email protected]>
* @link https://cashwarden.com/
* @copyright Copyright (c) 2020-2022 forecho
* @license https://github.com/cashwarden/api/blob/master/LICENSE.md
* @version 1.0.0
*/
class Yii extends \yii\BaseYii
{
/**
* @var BaseApplication
*/
public static $app;
}
/**
* @property Mis\IdeHelper\IdeHelper $ideHelper
* @property yiier\helpers\RequestId $requestId
* @property yiier\hashids\Hashids $hashids
* @property yii\caching\FileCache $cache
* @property yii\db\Connection $db
* @property hightman\xunsearch\Connection $xunsearch
* @property yiier\userSetting\UserSetting $userSetting
* @property yii\queue\db\Queue $queue
* @property leinonen\Yii2Monolog\Yii2Monolog $monolog
* @property Guanguans\YiiEvent\Event $event
* @property yii\web\Response $response
* @property Guanguans\YiiPay\Pay $pay
* @property bizley\jwt\Jwt $jwt
* @property yii\web\User $user
* @property yii\swiftmailer\Mailer $mailer
*/
abstract class BaseApplication extends \yii\base\Application
{
}