soliantconsulting/SimpleFM

View on GitHub
src/Repository/Builder/Proxy/ProxyInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php
declare(strict_types = 1);

namespace Soliant\SimpleFM\Repository\Builder\Proxy;

interface ProxyInterface
{
    public function __getRelationId();

    public function __getRealEntity();
}