trait AllGuardsTrait in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/zendframework/zend-stdlib/src/Guard/AllGuardsTrait.php \Zend\Stdlib\Guard\AllGuardsTrait
An aggregate for all guard traits
Hierarchy
- trait \Zend\Stdlib\Guard\AllGuardsTrait uses ArrayOrTraversableGuardTrait, EmptyGuardTrait, NullGuardTrait
File
- vendor/
zendframework/ zend-stdlib/ src/ Guard/ AllGuardsTrait.php, line 15
Namespace
Zend\Stdlib\GuardView source
trait AllGuardsTrait {
use ArrayOrTraversableGuardTrait;
use EmptyGuardTrait;
use NullGuardTrait;
}
Members
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ArrayOrTraversableGuardTrait:: |
protected | function | Verifies that the data is an array or Traversable | |
EmptyGuardTrait:: |
protected | function | Verify that the data is not empty | |
NullGuardTrait:: |
protected | function | Verify that the data is not null |