Neos\Flow\Package\MetaData\Person::getCompany PHP Method

getCompany() public method

public getCompany ( ) : string
return string The company of the person
    public function getCompany()
    {
        return $this->company;
    }