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
$count
private
mixed
$count
Methods
__construct()
public
__construct(mixed $count) : mixed
Parameters
- $count : mixed
Return values
mixed —__toString()
public
__toString() : mixed
Return values
mixed —count()
public
count() : mixed