Home
last modified time | relevance | path

Searched refs:Countable (Results 1 – 7 of 7) sorted by relevance

/template/strap/vendor/carica/phpcss/src/PhpCss/Ast/Selector/
H A DGroup.php13 use Countable; alias
32 implements ArrayAccess, Countable, IteratorAggregate {
111 * @see Countable::count()
/template/strap/ComboStrap/
H A DArrayCaseInsensitive.php9 use Countable; alias
17 class ArrayCaseInsensitive implements ArrayAccess, \Iterator, Countable
/template/twigstarter/vendor/twig/twig/src/
DMarkup.php28 class Markup implements \Countable, \JsonSerializable, \Stringable
/template/strap/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DSet.php12 final class Set implements Equatable, \IteratorAggregate, \Countable
H A DMap.php12 final class Map implements Equatable, \Countable, \IteratorAggregate
/template/twigstarter/vendor/twig/twig/src/Node/
DNode.php27 class Node implements \Countable, \IteratorAggregate
/template/twigstarter/vendor/twig/twig/src/Extension/
DCoreExtension.php1277 … if ($thing instanceof \Countable || \is_array($thing) || $thing instanceof \SimpleXMLElement) {
1422 if ($value instanceof \Countable) {