Exemplo n.º 1
0
 public function add(Calculable $calculation, $name)
 {
     return parent::add($calculation, $name);
 }
Exemplo n.º 2
0
 /**
  * @return array
  */
 public function years()
 {
     return parent::keys();
 }