Emarref\Jwt\Algorithm\AlgorithmInterface::getName PHP Méthode

getName() public méthode

public getName ( ) : string
Résultat string
    public function getName();

Usage Example

Exemple #1
0
 /**
  * @return string
  */
 public function getAlgorithmName()
 {
     return $this->algorithm->getName();
 }
AlgorithmInterface