genericGetAlreadyPlannedInformation() static public method

Display a Planning Item
static public genericGetAlreadyPlannedInformation ( $itemtype, array $val ) : Already
$itemtype itemtype
$val array Array of the item to display
return Already planned information
 /**
  * Display a Planning Item
  *
  * @param $val    array of the item to display
  *
  * @return Already planned information
  **/
 static function getAlreadyPlannedInformation($val)
 {
     return parent::genericGetAlreadyPlannedInformation('TicketTask', $val);
 }
Esempio n. 2
0
 /**
  * Display a Planning Item
  *
  * @param $val Array of the item to display
  *
  * @return Already planned information
  **/
 static function getAlreadyPlannedInformation($val)
 {
     return parent::genericGetAlreadyPlannedInformation(__CLASS__, $val);
 }