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

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

Protected Properties

Property Type Description
$data string

Public Methods

Method Description
getData ( ) : string
setData ( string $data ) : void

Method Details

getData() public method

public getData ( ) : string
return string

setData() public method

public setData ( string $data ) : void
$data string
return void

Property Details

$data protected property

protected string $data
return string