yii\authclient\StateStorageInterface::get PHP 메소드

get() 공개 메소드

If the variable does not exist, the $defaultValue will be returned.
public get ( string $key ) : mixed
$key string the variable name
리턴 mixed the variable value, or `null` if the variable does not exist.
    public function get($key);
StateStorageInterface