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

remove() 공개 메소드

Removes a state variable.
public remove ( string $key ) : boolean
$key string the name of the variable to be removed
리턴 boolean success.
    public function remove($key);
StateStorageInterface