CompanyCounterService
Table of Contents
Methods
- __construct() : mixed
- clear() : void
- get() : int
- getCounterId() : string
- set() : void
- update() : void
Methods
__construct()
public
__construct([PersonRepository|null $personRepository = null ]) : mixed
Parameters
- $personRepository : PersonRepository|null = null
clear()
public
clear() : void
get()
public
get() : int
Return values
intgetCounterId()
public
getCounterId() : string
Return values
stringset()
public
set(int $value) : void
Parameters
- $value : int
update()
public
update() : void