Methods |
public
|
index(string &$route, array<string, string> &$args): void
Index Dump all the language vars into the template. view/ * /before
Index Dump all the language vars into the template. view/ * /before
|
#
|
public
|
before(string &$route, array<mixed> &$args): void
Before 1. Before controller load store all current loaded language data. controller/ * /before
Before 1. Before controller load store all current loaded language data. controller/ * /before
|
#
|
public
|
after(string &$route, array<mixed> &$args, mixed &$output): void
After // 2. After controller load restore old language data. // controller/ * / * /after
After // 2. After controller load restore old language data. // controller/ * / * /after
|
#
|