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

Was this example useful?
0
                                                    /**
     * @param $customerClass
     */
    protected function getCustomerField($customerClass): string
    {
        return AccountCustomerManager::getCustomerTargetField($customerClass);
    }
                                            
Was this example useful?
0
                                                    public function getCustomerTargetAssociationName(string $customerEntityClass): string
    {
        return AccountCustomerManager::getCustomerTargetField($customerEntityClass);
    }
                                            
AccountCustomerManager's Other Methods
AccountCustomerManager's Other Methods