trait PhoneCollectionTrait

Class PhoneCollectionTrait.

Traits

Class PhoneCollectionInverseSideTrait.

Methods

ArrayCollection
getPhoneCollection()

No description

bool
hasPhone( Entity $phone)

No description

$this
setPhoneCollection( ArrayCollection $phones)

No description

$this
clearPhoneCollection()

No description

$this
addPhone( Entity $phone)

No description

$this
removePhone( Entity $phone)

No description

Details

ArrayCollection getPhoneCollection()

Return Value

ArrayCollection

bool hasPhoneCollection()

Return Value

bool

bool hasPhone( Entity $phone)

Parameters

Entity $phone

Return Value

bool

at line line 30
$this setPhoneCollection( ArrayCollection $phones)

Parameters

ArrayCollection $phones

Return Value

$this

at line line 40
$this clearPhoneCollection()

Return Value

$this

at line line 52
$this addPhone( Entity $phone)

Parameters

Entity $phone

Return Value

$this

at line line 66
$this removePhone( Entity $phone)

Parameters

Entity $phone

Return Value

$this