You are here

protected property Spec::$constructor in Little helpers 7.2

Name of a static method that should be invoked for instantiating the class.

If this is set to NULL the standard class constructor will be used.

Type: string|null

File

src/Services/Spec.php, line 24

Class

Spec
A class instantiation spec.

Namespace

Drupal\little_helpers\Services

Code

protected $constructor;