PHP Class Doctrine\Tests\Models\Comments\User

显示文件 Open project: doctrine/search Class Usage Examples

Public Methods

Method Description
addEmail ( Email $email )
addFriend ( User $user )
getDescription ( )
getFriends ( )
getId ( )
getIp ( )
getRouting ( )
getUsername ( )
setDescription ( $description )
setIp ( $ip )
setName ( $name )
setRouting ( $routing )
setUsername ( $username )

Method Details

addEmail() public method

public addEmail ( Email $email )
$email Email

addFriend() public method

public addFriend ( User $user )
$user User

getDescription() public method

public getDescription ( )

getFriends() public method

public getFriends ( )

getId() public method

public getId ( )

getIp() public method

public getIp ( )

getRouting() public method

public getRouting ( )

getUsername() public method

public getUsername ( )

setDescription() public method

public setDescription ( $description )

setIp() public method

public setIp ( $ip )

setName() public method

public setName ( $name )

setRouting() public method

public setRouting ( $routing )

setUsername() public method

public setUsername ( $username )