You are here

function Constraint::getName in Password Policy 5

File

constraints/constraint.php, line 18

Class

Constraint

Code

function getName() {
  return $this->name;
}