IsInstanceOf
in package
implements
Constraint
Checks for an instance of a class
Based on PHPUnit_Framework_Constraint_IsInstanceOf
Tags
Interfaces, Classes, Traits and Enums
- Constraint
- Interface for constraints.
Table of Contents
- $type : mixed
- __construct() : mixed
- evaluate() : mixed
Properties
$type
private
mixed
$type
Methods
__construct()
public
__construct(mixed $type) : mixed
Parameters
- $type : mixed
Return values
mixed —evaluate()
public
evaluate(mixed $value) : mixed
Parameters
- $value : mixed