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

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

Protected Properties

Property Type Description
$foo string

Public Methods

Method Description
getFoo ( ) : string
setFoo ( string $foo = null )

Method Details

getFoo() public method

public getFoo ( ) : string
return string

setFoo() public method

public setFoo ( string $foo = null )
$foo string

Property Details

$foo protected property

protected string $foo
return string