68 foreach ( $this->constraints as $constraint ) {
70 if ( $result !== IEditConstraint::CONSTRAINT_PASSED ) {
73 'Checked {name}, got result: {result}',
75 'name' => $this->getConstraintName( $constraint ),
80 $this->failedConstraint = $constraint;
86 'Checked {name}, got result: {result}',
88 'name' => $this->getConstraintName( $constraint ),
98 $fullClassName = explode(
'\\', get_class( $constraint ) );