Skip to content

EPP Logout frame #11

@vhraban

Description

@vhraban

The library is missing a frame that terminates the EPP connection. I'd suggest adding a
Command/Logout.php

<?php

/**
* @package Net_EPP
*/
class Net_EPP_Frame_Command_Logout extends Net_EPP_Frame_Command {
    function __construct() {
        parent::__construct('logout');

        $this->clID = $this->createElement('clID');
        $this->command->appendChild($this->clID);
    }
}
?>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions