<?php namespace Michel\PaperORM\Entity; interface EntityInterface { public function getPrimaryKeyValue(); }