Back to PhocacartCart class

Method getTaxRecapitulation

public
getTaxRecapitulation
()

Method getTaxRecapitulation - Source code

public function getTaxRecapitulation()
{
    if (!empty($this->total[0]['taxrecapitulation'])) {
        return $this->total[0]['taxrecapitulation'];
    }
    return false;
}