Programming Language PHP
Namespace Oro\Bundle\SalesBundle\Entity\Manager
Class AccountCustomerManager
Total Examples 2
2 code examples of PHP Oro\Bundle\SalesBundle\Entity\Manager\AccountCustomerManager extracted from open source projects
/**
* @param $customerClass
*/
protected function getCustomerField($customerClass): string
{
return AccountCustomerManager::getCustomerTargetField($customerClass);
}
public function getCustomerTargetAssociationName(string $customerEntityClass): string
{
return AccountCustomerManager::getCustomerTargetField($customerEntityClass);
}