Business
in
The Business interface asssures access to the Owner/Spitex data.
Please note that it is mandatory that you implement all listed properties as documented
Table of Contents
- __get() : mixed
- __set() : mixed
- isSpitex() : bool
- name() : mixed
Methods
__get()
public
__get(string $field) : mixed
Parameters
- $field : string
Return values
mixed —__set()
public
__set(string $name, mixed $value) : mixed
Parameters
- $name : string
- $value : mixed
Return values
mixed —isSpitex()
public
isSpitex() : bool
Return values
bool —name()
public
name() : mixed