null() public static method

Check that a value is null.
public static null ( ) : Same
return Webmozart\Expression\Constraint\Same The created expression.
Exemplo n.º 1
0
 public function orNull()
 {
     return $this->orX(Expr::null());
 }
Exemplo n.º 2
0
 public function andNull()
 {
     return $this->andX(Expr::null());
 }