yii\BaseYii::getVersion PHP Méthode

getVersion() public static méthode

Returns a string representing the current version of the Yii framework.
public static getVersion ( ) : string
Résultat string the version of Yii framework
    public static function getVersion()
    {
        return '2.0.11-dev';
    }