Files
crm.clientright.ru/modules/Workflow2/extends/additionally/c_printnode/PrintNode/EntityInterface.php

17 lines
274 B
PHP
Raw Normal View History

<?php
namespace PrintNode;
interface EntityInterface
{
/**
* Return an array of properties that
* are foreign keys and relate to other Entity
* objects
* @param void
* @return string[]
*/
public function foreignKeyEntityMap();
}