Back to PhocacartStatistics class

Method setFunction

public
setFunction
(mixed $id, mixed $type)

Method setFunction - Source code

public function setFunction($id, $type)
{
    $this->fn[$id]['id'] = $id;
    $this->fn[$id]['type'] = $type;
    $this->fn[$id]['area'] = $id;
}