PHP 클래스 Sulu\Bundle\ContactBundle\Entity\Url

파일 보기 프로젝트 열기: sulu/sulu 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( ) Constructor.
addAccount ( Sulu\Bundle\ContactBundle\Entity\AccountInterface $account ) : Url Add accounts.
addContact ( Sulu\Component\Contact\Model\ContactInterface $contacts ) : Url Add contacts.
getAccounts ( ) : Doctrine\Common\Collections\Collection Get accounts.
getContacts ( ) : Doctrine\Common\Collections\Collection Get contacts.
getId ( ) : integer Get id.
getUrl ( ) : string Get url.
getUrlType ( ) : UrlType Get urlType.
removeAccount ( Sulu\Bundle\ContactBundle\Entity\AccountInterface $account ) Remove accounts.
removeContact ( Sulu\Component\Contact\Model\ContactInterface $contacts ) Remove contacts.
setUrl ( string $url ) : Url Set url.
setUrlType ( UrlType $urlType ) : Url Set urlType.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( )

addAccount() 공개 메소드

Add accounts.
public addAccount ( Sulu\Bundle\ContactBundle\Entity\AccountInterface $account ) : Url
$account Sulu\Bundle\ContactBundle\Entity\AccountInterface
리턴 Url

addContact() 공개 메소드

Add contacts.
public addContact ( Sulu\Component\Contact\Model\ContactInterface $contacts ) : Url
$contacts Sulu\Component\Contact\Model\ContactInterface
리턴 Url

getAccounts() 공개 메소드

Get accounts.
public getAccounts ( ) : Doctrine\Common\Collections\Collection
리턴 Doctrine\Common\Collections\Collection

getContacts() 공개 메소드

Get contacts.
public getContacts ( ) : Doctrine\Common\Collections\Collection
리턴 Doctrine\Common\Collections\Collection

getId() 공개 메소드

Get id.
public getId ( ) : integer
리턴 integer

getUrl() 공개 메소드

Get url.
public getUrl ( ) : string
리턴 string

getUrlType() 공개 메소드

Get urlType.
public getUrlType ( ) : UrlType
리턴 UrlType

removeAccount() 공개 메소드

Remove accounts.
public removeAccount ( Sulu\Bundle\ContactBundle\Entity\AccountInterface $account )
$account Sulu\Bundle\ContactBundle\Entity\AccountInterface

removeContact() 공개 메소드

Remove contacts.
public removeContact ( Sulu\Component\Contact\Model\ContactInterface $contacts )
$contacts Sulu\Component\Contact\Model\ContactInterface

setUrl() 공개 메소드

Set url.
public setUrl ( string $url ) : Url
$url string
리턴 Url

setUrlType() 공개 메소드

Set urlType.
public setUrlType ( UrlType $urlType ) : Url
$urlType UrlType
리턴 Url