yii\authclient\SessionStateStorage::get PHP Метод

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

public get ( $key )
    public function get($key)
    {
        if ($this->session !== null) {
            return $this->session->get($key);
        }
        return null;
    }
SessionStateStorage