Documentation

CountableStub
in package
implements Countable

This class is used in tests for the length filter and empty test to show that when \Countable is implemented, it is preferred over the __toString() method.

Interfaces, Classes and Traits

Countable

Table of Contents

$count  : mixed
__construct()  : mixed
__toString()  : mixed
count()  : mixed

Properties

Methods

__construct()

public __construct(mixed $count) : mixed
Parameters
$count : mixed
Return values
mixed

Search results