Ingredient::__construct PHP Method

__construct() public method

public __construct ( $ItemID, $Count )
    public function __construct($ItemID, $Count)
    {
        $this->ItemID = $ItemID;
        $this->Count = $Count;
    }
Ingredient