Status.php 93 B

12345678910
  1. <?php
  2. namespace Mapping\Fixture\Xml;
  3. class Status
  4. {
  5. private $id;
  6. private $title;
  7. }