Skip to content

Instantly share code, notes, and snippets.

@xialeistudio
Created May 27, 2019 10:24
Show Gist options
  • Save xialeistudio/fe3e955de34e47951558ee23e7ed0fc8 to your computer and use it in GitHub Desktop.
Save xialeistudio/fe3e955de34e47951558ee23e7ed0fc8 to your computer and use it in GitHub Desktop.
yii2自定义组件提示
<?php
use yii\base\Application;
use yii\BaseYii;
/**
* @author xialeistudio
* @date 2019-05-27
*/
class Yii extends BaseYii
{
/**
* @var BaseApplication|\yii\web\Application|\yii\console\Application
*/
public static $app;
}
abstract class BaseApplication extends Application
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment