2
我想将新的segmentId(具有相同的名称)添加到映射数组中,但具有不同的elementId但具有相同的方法
以下是MapperInterface.php 我试图弄清楚如何在const中添加if-else语句。映射数组。像这样: if (LIN02 == “VN”) o Treat LIN03 as the SKU · else if (LIN04 == “VN”) o Treat LIN05 as the SKU <?php declare(strict_types=1); namespace Direct\OrderUpdate\Api; use Direct\OrderUpdate\Api\OrderUpdateInterface; /** * Interface MapperInterface * Translates parsed edi file data to a \Direct\OrderUpdate\Api\OrderUpdateInterface * @package Direct\OrderUpdate\Api */ interface MapperInterface { …