Documentation

ICodeConverter

Table of Contents

Methods

codeToLabel()  : string|null
codeToTranslationKey()  : string|null
labelToCode()  : int|null

Methods

codeToLabel()

public codeToLabel(int $code) : string|null
Parameters
$code : int
Return values
string|null

codeToTranslationKey()

public codeToTranslationKey(int $code) : string|null
Parameters
$code : int
Return values
string|null

labelToCode()

public labelToCode(string $label) : int|null
Parameters
$label : string
Return values
int|null

        
On this page

Search results