mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 06:14:59 +00:00
initial commit
This commit is contained in:
23
Calculator/CalculatorResult.php
Normal file
23
Calculator/CalculatorResult.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
/*
|
||||
*
|
||||
*/
|
||||
namespace Chill\AMLI\BudgetBundle\Calculator;
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author Julien Fastré <julien.fastre@champs-libres.coop>
|
||||
*/
|
||||
class CalculatorResult
|
||||
{
|
||||
const TYPE_RATE = 'rate';
|
||||
const TYPE_CURRENCY = 'currency';
|
||||
const TYPE_PERCENTAGE = 'percentage';
|
||||
|
||||
public $type;
|
||||
|
||||
public $result;
|
||||
|
||||
public $label;
|
||||
}
|
Reference in New Issue
Block a user