Unit
in package
Class Unit
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- Unit constructor.
Properties
$code
public
string
$code
Tags
$name
public
string
$name
Tags
$sym
public
string
$sym
Tags
Methods
__construct()
Unit constructor.
public
__construct([string $code = '' ][, string $name = '' ][, string $sym = '' ]) : mixed
Parameters
- $code : string = ''
- $name : string = ''
- $sym : string = ''