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

Show file 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 property

protected string $name
return string

$things protected property

protected array $things
return array