Horde_Registry_Logout::_getTasks PHP Method

_getTasks() private method

Return the list of logout tasks.
private _getTasks ( )
    private function _getTasks()
    {
        global $session;
        return $session->get('horde', self::SESSION_KEY, $session::TYPE_ARRAY);
    }