app\models\Vendor::getImportMap PHP Метод

getImportMap() публичный статический Метод

public static getImportMap ( ) : array
Результат array
    public static function getImportMap()
    {
        return ['first' => 'first_name', 'last' => 'last_name', 'email' => 'email', 'mobile|phone' => 'phone', 'name|organization' => 'name', 'street2|address2' => 'address2', 'street|address|address1' => 'address1', 'city' => 'city', 'state|province' => 'state', 'zip|postal|code' => 'postal_code', 'country' => 'country', 'note' => 'notes'];
    }