Contact.php 208 B

123456789101112
  1. <?php
  2. /**
  3. * @package Net_EPP
  4. */
  5. class Net_EPP_Frame_Command_Transfer_Contact extends Net_EPP_Frame_Command_Transfer {
  6. function __construct() {
  7. parent::__construct('contact');
  8. }
  9. }
  10. ?>