EntityInterface.php 114 B

12345678
  1. <?php
  2. namespace Michel\PaperORM\Entity;
  3. interface EntityInterface
  4. {
  5. public function getPrimaryKeyValue();
  6. }