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

Show file Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Property Type Description
$content string

Public Methods

Method Description
getContent ( ) : string
setContent ( string $content ) : void

Method Details

getContent() public method

public getContent ( ) : string
return string

setContent() public method

public setContent ( string $content ) : void
$content string
return void

Property Details

$content protected property

protected string $content
return string