PersonsObject
extends MainObject
in package
Description of PersonsObject
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- getData() : array<string|int, mixed>
- init() : array<string|int, mixed>
- createModel() : void
- formatView() : array<string|int, mixed>
Properties
$model
protected
mixed
$model
$repo
protected
mixed
$repo
$repodb
protected
mixed
$repodb
$result
protected
mixed
$result
= array()
$str
protected
mixed
$str
= ""
Methods
__construct()
public
__construct(string $searchStr) : mixed
Parameters
- $searchStr : string
getData()
public
getData() : array<string|int, mixed>
Return values
array<string|int, mixed>init()
public
init() : array<string|int, mixed>
Return values
array<string|int, mixed>createModel()
protected
createModel() : void
formatView()
protected
formatView(array<string|int, mixed> $data) : array<string|int, mixed>
Parameters
- $data : array<string|int, mixed>