Sas
class Sas implements PrimaryKeyInterface
Class Sas
Properties
| protected int | $id | ||
| protected string | $firstName | First name of user who requested new sas instance | |
| protected string | $lastName | Last name of user who requested new sas instance | |
| protected string | Email of user who requested new sas instance | ||
| protected string | $company | Company name of user who requested new sas instance | |
| protected string | $domain | Domain generated from company and sas domain | |
| protected string | $phoneNumber | Phone number of user who requested new sas instance | |
| protected string | $streetName | Street name of user who requested new sas instance | |
| protected string | $streetNumber | Street number of user who requested new sas instance | |
| protected string | $city | City of user who requested new sas instance | |
| protected string | $country | Country of user who requested new sas instance | |
| protected string | $sasToken | Token used for identifying specific sas instace | |
| protected string | $theme | Theme for sas instance | |
| protected bool | $active | Is sas instance activated | |
| protected | $image | Associated image |
Methods
integer
getId()
No description
string
getFirstName()
No description
setFirstName(string $firstName)
No description
string
getLastName()
No description
setLastName(string $lastName)
No description
string
getEmail()
No description
string
getCompany()
No description
setCompany(string $company)
No description
string
getPhoneNumber()
No description
setPhoneNumber(string $phoneNumber)
No description
string
getStreetName()
No description
setStreetName(string $streetName)
No description
string
getStreetNumber()
No description
setStreetNumber(string $streetNumber)
No description
string
getCity()
No description
string
getCountry()
No description
setCountry(string $country)
No description
string
getSasToken()
No description
bool
hasToken()
No description
setSasToken(string $sasToken)
No description
bool
isActive()
No description
string
getDomain()
No description
string
getTheme()
No description