Neos\Flow\Tests\Functional\Persistence\Fixtures\CompositeKeyTestEntity::getName PHP Method

getName() public method

public getName ( ) : string
return string
    public function getName()
    {
        return $this->name;
    }