Esempio n. 1
0
 /**
  * @return $this
  */
 public function isNotEmpty()
 {
     return $this->addMatcher(Not::build(EmptyMatcher::build()));
 }