Neos\Flow\Package\MetaData\Person::getCompany PHP 메소드

getCompany() 공개 메소드

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