AddressContainer.php 183 B

12345678
  1. <?php
  2. /**
  3. * This is purely here for identify reasons on some subclasses
  4. * @package Swift
  5. * @author Chris Corbyn <chris@w3style.co.uk>
  6. */
  7. abstract class Swift_AddressContainer {}