yii\redis\Session::getUseCustomStorage PHP Метод

getUseCustomStorage() публичный Метод

This method overrides the parent implementation and always returns true.
public getUseCustomStorage ( ) : boolean
Результат boolean whether to use custom storage.
    public function getUseCustomStorage()
    {
        return true;
    }