PHP Class Neos\Flow\Tests\Functional\Property\Fixtures\TestEntitySubclassWithNewField

Inheritance: extends TestEntity
Datei anzeigen Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$testField string

Public Methods

Method Description
getTestField ( ) : string
setTestField ( string $testField )

Method Details

getTestField() public method

public getTestField ( ) : string
return string

setTestField() public method

public setTestField ( string $testField )
$testField string

Property Details

$testField protected_oe property

protected string $testField
return string