Tribe__Validator__Base::is_not_null( mixed $value )
Contents
Parameters
- $value
-
(mixed) (Required)
Return
(bool)
Source
File: src/Tribe/Validator/Base.php
public function is_not_null( $value ) {
return null !== $value;
}
(mixed) (Required)
(bool)
File: src/Tribe/Validator/Base.php
public function is_not_null( $value ) {
return null !== $value;
}