Back to PhocacartCart class

Method getSectionId

public
getSectionId
()

Method getSectionId - Source code

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