PHP Class ApiPlatform\Core\Tests\Fixtures\TestBundle\Entity\DummyFriend

Author: Kévin Dunglas ([email protected])
Show file Open project: api-platform/core

Public Methods

Method Description
getId ( ) : id Get id.
getName ( ) : name Get name.
setId ( $id ) Set id.
setName ( $name ) Set name.

Method Details

getId() public method

Get id.
public getId ( ) : id
return id

getName() public method

Get name.
public getName ( ) : name
return name

setId() public method

Set id.
public setId ( $id )

setName() public method

Set name.
public setName ( $name )