Neos\Flow\Tests\Functional\Reflection\Fixtures\ClassSchemaFixture::setName PHP Method

setName() public method

Some text with a @param annotation, which should not be parsed.
public setName ( string $name ) : void
$name string
return void
    public function setName($name)
    {
        $this->name = $name;
    }
ClassSchemaFixture