<?php namespace Core\App\Repository\Facturis; interface OrderInterface { public function add($order); }