Documentation

LazyTrait

Table of Contents

lazy()  : $this
Sets the lazy flag of this service.

Methods

lazy()

Sets the lazy flag of this service.

public final lazy([bool|string $lazy = true ]) : $this
Parameters
$lazy : bool|string = true

A FQCN to derivate the lazy proxy from or true to make it extend from the definition's class

Return values
$this

Search results