PHP Класс Sulu\Bundle\ContactBundle\Entity\ContactLocale

Показать файл Открыть проект

Открытые методы

Метод Описание
getContact ( ) : Sulu\Component\Contact\Model\ContactInterface Get contact.
getId ( ) : integer Get id.
getLocale ( ) : string Get locale.
setContact ( Sulu\Component\Contact\Model\ContactInterface $contact ) : ContactLocale Set contact.
setLocale ( string $locale ) : ContactLocale Set locale.

Описание методов

getContact() публичный Метод

Get contact.
public getContact ( ) : Sulu\Component\Contact\Model\ContactInterface
Результат Sulu\Component\Contact\Model\ContactInterface

getId() публичный Метод

Get id.
public getId ( ) : integer
Результат integer

getLocale() публичный Метод

Get locale.
public getLocale ( ) : string
Результат string

setContact() публичный Метод

Set contact.
public setContact ( Sulu\Component\Contact\Model\ContactInterface $contact ) : ContactLocale
$contact Sulu\Component\Contact\Model\ContactInterface
Результат ContactLocale

setLocale() публичный Метод

Set locale.
public setLocale ( string $locale ) : ContactLocale
$locale string
Результат ContactLocale