You are here

public function FractionInterface::getNumerator in Fraction 2.x

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

Gets the numerator.

Return value

string Returns the numerator value.

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

File

src/FractionInterface.php, line 40

Class

FractionInterface
Defines the interface for Fraction class.

Namespace

Drupal\fraction

Code

public function getNumerator();