'Aliexpress account setting', 'fields' => [ [ 'field' => 'appKey', 'value' => $this->getAccountDataKeyValue('appKey'), 'title' => 'API KEY', 'type' => '' ], [ 'field' => 'trackingId', 'value' => $this->getAccountDataKeyValue('trackingId'), 'title' => 'Tracking Id', 'type' => '' ] ] ]; } protected function getName() { return 'AEIDN_AliexpressAccount'; } }