2010. Class

2010.1. Zend\Validator\NotEmpty

2010.1.1. Methods

2010.1.1.1. __construct

__construct()

Constructor

Parameters:array|Traversable|int – OPTIONAL

2010.1.1.2. getType

getType()

Returns the set types

Return type:array

2010.1.1.3. setType

setType()

Set the types

Parameters:integer|array
Throws ExceptionInvalidArgumentException:
 
Return type:NotEmpty

2010.1.1.4. isValid

isValid()

Returns true if and only if $value is not an empty value.

Parameters:string
Return type:bool

2010.1.2. Constants

2010.1.2.1. BOOLEAN

2010.1.2.2. INTEGER

2010.1.2.3. FLOAT

2010.1.2.4. STRING

2010.1.2.5. ZERO

2010.1.2.6. EMPTY_ARRAY

2010.1.2.7. NULL

2010.1.2.8. PHP

2010.1.2.9. SPACE

2010.1.2.10. OBJECT

2010.1.2.11. OBJECT_STRING

2010.1.2.12. OBJECT_COUNT

2010.1.2.13. ALL

2010.1.2.14. INVALID

2010.1.2.15. IS_EMPTY