Back to PhocacartPrice class

Method __construct

public
__construct
()

Method __construct - Source code

public function __construct()
{
    $this->setCurrency();
    // allways set default, if needed set specific currency when you call setCurrencyMethod
}