LocaleInterface
- Full name: \Zemit\Mvc\Model\Interfaces\LocaleInterface
Methods
_
public _(string $translateKey, array $placeholders = []): string
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| $translateKey | string | |
| $placeholders | array | 
__call
public __call(string $method, array $arguments): mixed
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| $method | string | |
| $arguments | array | 
__set
public __set(string $property, mixed $value): void
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| $property | string | |
| $value | mixed | 
__get
public __get(string $property): mixed
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| $property | string |