You are here

protected property Spec::$calls in Little helpers 7.2

A sequence of additional calls to be made after instantiating the class.

Each item should be an array with two values:

  • The method to be invoked.
  • The arguments to be passed to the method. Special arguments work the same as for $arguments.

Type: array

File

src/Services/Spec.php, line 48

Class

Spec
A class instantiation spec.

Namespace

Drupal\little_helpers\Services

Code

protected $calls;