yii\BaseYii::getVersion PHP Метод

getVersion() публичный статический метод

Returns a string representing the current version of the Yii framework.
public static getVersion ( ) : string
Результат string the version of Yii framework
    public static function getVersion()
    {
        return '2.0.11-dev';
    }