Back to PhocacartCart class

Method getVendorId

public
getVendorId
()

Method getVendorId - Source code

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