Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
LazyDouble.php
function LazyDouble::__construct
File
vendor/
phpspec/
prophecy/
src/
Prophecy/
Doubler/
LazyDouble.php
, line 47
Class
LazyDouble
Lazy double. Gives simple interface to describe double before creating it.
Namespace
Prophecy\Doubler
Code
public
function
__construct
(Doubler
$doubler
) {
$this
->
doubler
=
$doubler
; }
RSS feed