33 unset(
$_SESSION[self::BASE_SESSION_KEY][$this->base_ref_id]);
41 unset(
$_SESSION[self::BASE_SESSION_KEY][$this->base_ref_id][$provider]);
49 return !isset(
$_SESSION[self::BASE_SESSION_KEY][$this->base_ref_id]);
An exception for terminatinating execution or to throw for unit testing.
Repos for classification session data.
setValueForProvider($provider, $value)
unsetValueForProvider(string $provider)
getValueForProvider(string $provider)
__construct(int $base_ref_id)
ilClassificationSessionRepository constructor.