YetiForceCompany/YetiForceCRM

View on GitHub
modules/Products/relations/GetAccounts.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php
/**
 * Main file that includes basic operations on relations.
 *
 * @package   Relation
 *
 * @copyright YetiForce S.A.
 * @license   YetiForce Public License 6.5 (licenses/LicenseEN.txt or yetiforce.com)
 * @author    Radosław Skrzypczak <r.skrzypczak@yetiforce.com>
 */
/**
 * Products_GetAccounts_Relation class.
 */
class Products_GetAccounts_Relation extends Products_GetLeads_Relation
{
}