getName() public method

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