82 foreach ( $this->constraints as $constraint ) {
84 if ( $result !== IEditConstraint::CONSTRAINT_PASSED ) {
87 'Checked {name}, got result: {result}',
89 'name' => $this->getConstraintName( $constraint ),
94 $this->failedConstraint = $constraint;
100 'Checked {name}, got result: {result}',
102 'name' => $this->getConstraintName( $constraint ),
112 $fullClassName = explode(
'\\', get_class( $constraint ) );