*/ interface ModelInterface { /** * Get the mapping of the model * * @return array */ public static function getMapping(); }