isValid() 공개 메소드

public isValid ( ) : boolean
리턴 boolean
예제 #1
0
 /**
  * {@inheritdoc}
  * @see \PHPUnit_Framework_Constraint::matches()
  */
 protected function matches($other)
 {
     $this->validator->check($other, $this->specObject);
     return $this->validator->isValid();
 }