PointSale $pointSale = null): ?string | PointSale $pointSale = null): ?string | ||||
{ | { | ||||
$typeMatchArray = [ | $typeMatchArray = [ | ||||
'matchUserPointSale', | |||||
'matchUser', | 'matchUser', | ||||
'matchUserGroupPointSale', | |||||
'matchUserGroup', | 'matchUserGroup', | ||||
'matchPointSale', | |||||
'matchUserPointSale', | |||||
'matchUserGroupPointSale' | |||||
'matchPointSale' | |||||
]; | ]; | ||||
foreach($typeMatchArray as $typeMatch) { | foreach($typeMatchArray as $typeMatch) { |