PHP Class Doctrine\Tests\OXM\Entities\User

Datei anzeigen Open project: doctrine/oxm Class Usage Examples

Public Methods

Method Description
addContact ( CustomerContact $contact )
ensure ( ) : void
getAddress ( )
getContacts ( )
getFirstNameNickName ( )
getLastName ( )
setAddress ( Address $address )
setFirstNameNickname ( $first_name )
setLastName ( $last_name )
validate ( ) : void

Method Details

addContact() public method

public addContact ( CustomerContact $contact )
$contact CustomerContact

ensure() public method

public ensure ( ) : void
return void

getAddress() public method

public getAddress ( )

getContacts() public method

public getContacts ( )

getFirstNameNickName() public method

getLastName() public method

public getLastName ( )

setAddress() public method

public setAddress ( Address $address )
$address Address

setFirstNameNickname() public method

public setFirstNameNickname ( $first_name )

setLastName() public method

public setLastName ( $last_name )

validate() public method

public validate ( ) : void
return void