You are here

public function FractionInterface::getNumerator in Fraction 8

Same name and namespace in other branches
  1. 2.x src/FractionInterface.php \Drupal\fraction\FractionInterface::getNumerator()

Gets the numerator.

Return value

string|int Returns the numerator value.

1 method overrides FractionInterface::getNumerator()
Fraction::getNumerator in src/Fraction.php
Get the numerator.

File

src/FractionInterface.php, line 40

Class

FractionInterface
Defines the interface for Fraction class.

Namespace

Drupal\fraction

Code

public function getNumerator();