Doctrine\Tests\Models\CMS\CmsAddress::getZipCode PHP Method

getZipCode() public method

public getZipCode ( )
    public function getZipCode()
    {
        return $this->zip;
    }