BaseBuilder
AbstractYes
Table of Contents
Methods
- __construct() : mixed
- buildCode() : string
- Method to build phrase code by set parameters
- getFilePath() : string
- getMessage() : string
- getMessageCallback() : callable
Methods
__construct()
public
__construct(int $entityTypeId[, int $entityId = null ]) : mixed
Parameters
- $entityTypeId : int
- $entityId : int = null
buildCode()
Method to build phrase code by set parameters
public
abstract buildCode() : string
Return values
stringgetFilePath()
public
abstract static getFilePath() : string
Return values
stringgetMessage()
public
getMessage([array<string|int, mixed> $replace = [] ]) : string
Parameters
- $replace : array<string|int, mixed> = []
Return values
stringgetMessageCallback()
public
getMessageCallback([array<string|int, mixed> $replace = [] ]) : callable
Parameters
- $replace : array<string|int, mixed> = []