You are here

trait AllGuardsTrait in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/zendframework/zend-stdlib/src/Guard/AllGuardsTrait.php \Zend\Stdlib\Guard\AllGuardsTrait

An aggregate for all guard traits

Hierarchy

File

vendor/zendframework/zend-stdlib/src/Guard/AllGuardsTrait.php, line 15

Namespace

Zend\Stdlib\Guard
View source
trait AllGuardsTrait {
  use ArrayOrTraversableGuardTrait;
  use EmptyGuardTrait;
  use NullGuardTrait;

}

Members

Namesort descending Modifiers Type Description Overrides
ArrayOrTraversableGuardTrait::guardForArrayOrTraversable protected function Verifies that the data is an array or Traversable
EmptyGuardTrait::guardAgainstEmpty protected function Verify that the data is not empty
NullGuardTrait::guardAgainstNull protected function Verify that the data is not null