isEmpty() 공개 정적인 메소드

Check that a value is empty.
public static isEmpty ( ) : IsEmpty
리턴 Webmozart\Expression\Constraint\IsEmpty The created expression.
예제 #1
0
 public function orEmpty()
 {
     return $this->orX(Expr::isEmpty());
 }
예제 #2
0
 public function andEmpty()
 {
     return $this->andX(Expr::isEmpty());
 }