Emarref\Jwt\Algorithm\AlgorithmInterface::getName PHP Method

getName() public method

public getName ( ) : string
return string
    public function getName();

Usage Example

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