CommonDBTM::getUnicityFieldsToDisplayInErrorMessage PHP 메소드

getUnicityFieldsToDisplayInErrorMessage() 공개 메소드

Get fields to display in the unicity error message
public getUnicityFieldsToDisplayInErrorMessage ( ) : an
리턴 an array which contains field => label
    function getUnicityFieldsToDisplayInErrorMessage()
    {
        return array('id' => __('ID'), 'serial' => __('Serial number'), 'entities_id' => __('Entity'));
    }
CommonDBTM