Translatable.php 187 B

123456789101112131415161718
  1. <?php
  2. namespace Mapping\Fixture\Xml;
  3. class Translatable
  4. {
  5. private $id;
  6. private $title;
  7. private $content;
  8. private $locale;
  9. private $author;
  10. private $views;
  11. }