* Add template file for metric.
This commit is contained in:
+7
-13
@@ -26,17 +26,11 @@ class count_of_monthly_delivered_story_in_product extends baseCalc
|
||||
|
||||
public $fieldList = array();
|
||||
|
||||
public $result = array();
|
||||
public function calculate($row)
|
||||
{
|
||||
}
|
||||
|
||||
//public function getStatement()
|
||||
//{
|
||||
//}
|
||||
|
||||
//public function calculate($data)
|
||||
//{
|
||||
//}
|
||||
|
||||
//public function getResult()
|
||||
//{
|
||||
//}
|
||||
}
|
||||
public function getResult($option = array())
|
||||
{
|
||||
}
|
||||
}
|
||||
+7
-13
@@ -26,17 +26,11 @@ class scale_of_annual_delivered_story_in_product extends baseCalc
|
||||
|
||||
public $fieldList = array();
|
||||
|
||||
public $result = array();
|
||||
public function calculate($row)
|
||||
{
|
||||
}
|
||||
|
||||
//public function getStatement()
|
||||
//{
|
||||
//}
|
||||
|
||||
//public function calculate($data)
|
||||
//{
|
||||
//}
|
||||
|
||||
//public function getResult()
|
||||
//{
|
||||
//}
|
||||
}
|
||||
public function getResult($options = array())
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user