Back to PhocacartPosPrint class

Method printFeed

public
printFeed
(mixed $number = 0)

Method printFeed - Source code

public function printFeed($number = 0)
{
    $o = '';
    if ((int) $number > 0) {
        $o .= '<div class="pFeed" data-value="' . (int) $number . '"></div>' . $this->lineEnd;
    }
    return $o;
}