\naigc\v25IPerson

Functions related to People.

Summary

Methods
Constants
name()
nameFirst()
nameLast()
id()
jsonSerialize()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

name()

name() : string

Gets the first name of the Person.

Returns

string —

The first and last name.

nameFirst()

nameFirst() : string

Gets the first name of the Person.

Returns

string —

The first name.

nameLast()

nameLast() : string

Gets the last name of the Person.

Returns

string —

The last name.

id()

id() : int

Gets the ID of the Person.

Returns

int —

The ID.

jsonSerialize()

jsonSerialize() : array

Serializes object into json format for available properties

Returns

array