null() public static method

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