Exemplo n.º 1
0
 private function algorithm()
 {
     return Algorithm::create($this->algorithmName);
 }
 private function algorithm()
 {
     return Algorithm::create($this->parameter('algorithm'));
 }