Timestampable.php 172 B

12345678910111213141516
  1. <?php
  2. namespace Mapping\Fixture\Xml;
  3. class Timestampable
  4. {
  5. private $id;
  6. private $created;
  7. private $updated;
  8. private $published;
  9. private $status;
  10. }