acoustep/entrust-gui

View on GitHub
src/Gateways/ManyToManyGatewayInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php namespace Acoustep\EntrustGui\Gateways;

interface ManyToManyGatewayInterface
{
  
    public function getModelName();

    public function getRelationName();

    public function getShortRelationName();
}