Payu\Component\Currency::__construct PHP Метод

__construct() публичный Метод

Constructor
public __construct ( string $code = null )
$code string Three letter currency code.
    public function __construct($code = null)
    {
        $this->setCode($code);
    }