PHP Class Neos\Flow\Tests\Functional\Persistence\Fixtures\AnnotatedIdEntity

Show file Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$id string
$title string

Public Methods

Method Description
getId ( ) : string
getTitle ( ) : string
setTitle ( string $title )

Method Details

getId() public method

public getId ( ) : string
return string

getTitle() public method

public getTitle ( ) : string
return string

setTitle() public method

public setTitle ( string $title )
$title string

Property Details

$id protected property

protected string $id
return string

$title protected property

protected string $title
return string