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

set() 공개 메소드

If the specified name already exists, the old value will be overwritten.
public set ( string $key, mixed $value )
$key string variable name
$value mixed variable value
    public function set($key, $value);
StateStorageInterface