Property | Type | Description | |
---|---|---|---|
$affiliation | string | ||
$city | BulutYazilim\LocationBundle\Entity\Province | ||
$country | BulutYazilim\LocationBundle\Entity\Country | ||
$id | integer |
Method | Description | |
---|---|---|
__toString ( ) | ||
getAddress ( ) : string | Get address | |
getAffiliation ( ) : string | ||
getCity ( ) : BulutYazilim\LocationBundle\Entity\Province | ||
getContactOrder ( ) : integer | ||
getContactType ( ) : |
Get contactType | |
getCountry ( ) : BulutYazilim\LocationBundle\Entity\Country | ||
getEmail ( ) : string | Get email | |
getFullName ( ) : string | Get firstName | |
getId ( ) : integer | Get ID | |
getInstitution ( ) : |
||
getJournal ( ) : |
||
getPhone ( ) : string | Get phone | |
getTitle ( ) : |
Get title | |
setAddress ( string $address ) : |
Set address | |
setAffiliation ( string $affiliation ) | ||
setCity ( string $city ) | ||
setContactOrder ( integer $contactOrder ) | ||
setContactType ( |
||
setCountry ( BulutYazilim\LocationBundle\Entity\Country $country ) | ||
setEmail ( string $email ) : |
Set email | |
setFullName ( string $fullName ) : |
Set firstName | |
setInstitution ( |
||
setJournal ( |
||
setPhone ( string $phone ) : |
Set phone | |
setTitle ( |
Set title |
public getCity ( ) : BulutYazilim\LocationBundle\Entity\Province | ||
return | BulutYazilim\LocationBundle\Entity\Province |
public getContactType ( ) : |
||
return |
public getCountry ( ) : BulutYazilim\LocationBundle\Entity\Country | ||
return | BulutYazilim\LocationBundle\Entity\Country |
public setAddress ( string $address ) : |
||
$address | string | |
return |
public setContactOrder ( integer $contactOrder ) | ||
$contactOrder | integer |
public setContactType ( |
||
$contactType |
public setCountry ( BulutYazilim\LocationBundle\Entity\Country $country ) | ||
$country | BulutYazilim\LocationBundle\Entity\Country |
public setFullName ( string $fullName ) : |
||
$fullName | string | |
return |
public setInstitution ( |
||
$institution |
public setTitle ( |
||
$title | ||
return |
protected Province,BulutYazilim\LocationBundle\Entity $city | ||
return | BulutYazilim\LocationBundle\Entity\Province |
protected Country,BulutYazilim\LocationBundle\Entity $country | ||
return | BulutYazilim\LocationBundle\Entity\Country |