CRUD  1.0
Public Member Functions | List of all members
CRUD\models\Owner Class Reference

Public Member Functions

 getId ()
 
 getName ()
 
 setName ($name)
 
 getEmail ()
 
 setEmail ($email)
 
 toArray ()
 

Member Function Documentation

◆ getEmail()

CRUD\models\Owner::getEmail ( )
Returns
string
Here is the caller graph for this function:

◆ getId()

CRUD\models\Owner::getId ( )
Returns
int
Here is the caller graph for this function:

◆ getName()

CRUD\models\Owner::getName ( )
Returns
string
Here is the caller graph for this function:

◆ setEmail()

CRUD\models\Owner::setEmail (   $email)
Parameters
string$email

◆ setName()

CRUD\models\Owner::setName (   $name)
Parameters
string$name

◆ toArray()

CRUD\models\Owner::toArray ( )
Here is the call graph for this function:

The documentation for this class was generated from the following file: