public function getVendorId() { if (isset($this->vendor->id) && (int) $this->vendor->id > 0) { return $this->vendor->id; } else { return 0; } }