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

Show file Open project: api-platform/core Class Usage Examples

Public Methods

Method Description
__toString ( )
getId ( ) : id Get id.
getValue ( ) : value Get value.
setValue ( $value ) Set value.

Method Details

__toString() public method

public __toString ( )

getId() public method

Get id.
public getId ( ) : id
return id

getValue() public method

Get value.
public getValue ( ) : value
return value

setValue() public method

Set value.
public setValue ( $value )