PHP Class Neos\Flow\Tests\Functional\Reflection\Fixtures\ClassSchemaFixture

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

Protected Properties

Property Type Description
$name string
$things array

Public Methods

Method Description
getName ( ) : string
setName ( string $name ) : void Some text with a @param annotation, which should not be parsed.

Method Details

getName() public method

public getName ( ) : string
return string

setName() public method

Some text with a @param annotation, which should not be parsed.
public setName ( string $name ) : void
$name string
return void

Property Details

$name protected_oe property

protected string $name
return string

$things protected_oe property

protected array $things
return array