AppBundle\Entity\Foo::getBar PHP Method

getBar() public method

public getBar ( ) : string
return string
    public function getBar() : string
    {
        return $this->bar;
    }