SimpleSAML\IdP\TraditionalLogoutHandler::startLogout PHP Method

startLogout() public method

This function never returns.
public startLogout ( array &$state, string $assocId )
$state array
$assocId string The association that started the logout.
    public function startLogout(array &$state, $assocId)
    {
        $state['core:LogoutTraditional:Remaining'] = $this->idp->getAssociations();
        self::logoutNextSP($state);
    }