yii\web\CacheSession::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;
    }