Exemplo n.º 1
0
 /**
  * Static function that calls to the function getFP of its parent
  *
  * @return  array     Array with the definition of the function points.
  */
 public static function getFP()
 {
     return parent::getFP();
 }