ModelInterface

amocrm-php · crm, model-contract, common-interface, entity-base

Interface defining the common contract for all amoCRM models (leads, contacts, companies, etc.)

<?php

namespace AmoCRM\Models;

/**
 * Interface ModelInterface
 *
 * Базовый интерфейс для всех моделей
 *
 * @package AmoCRM\Models
 * @author dotzero <mail@dotzero.ru>
 * @link http://www.dotzero.ru/
 * @link https://github.com/dotzero/amocrm-php
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
interface ModelInterface
{

}

See the full source, get the GitHub permalink, and search 40K more like it.

Get a free API key