PHP Class Neos\Flow\Tests\Functional\ObjectManagement\Fixtures\PrototypeClassB

显示文件 Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$someProperty string

Public Methods

Method Description
getSomeProperty ( ) : string
setSomeProperty ( string $someProperty ) : void

Method Details

getSomeProperty() public method

public getSomeProperty ( ) : string
return string

setSomeProperty() public method

public setSomeProperty ( string $someProperty ) : void
$someProperty string
return void

Property Details

$someProperty protected_oe property

protected string $someProperty
return string