Goal::__construct PHP Method

__construct() public method

public __construct ( $goalType = null, $unitType = null, $units = null )
        public function __construct($goalType = null, $unitType = null, $units = null)
        {
            $this->goalType = $goalType;
            $this->unitType = $unitType;
            $this->units = $units;
        }