Neos\Flow\Package\MetaData\AbstractParty::getWebsite PHP Method

getWebsite() public method

public getWebsite ( ) : string
return string The website of the party
    public function getWebsite()
    {
        return $this->website;
    }