class PhpExtensions implements PrerequisiteInterface

Properties

protected $extensions

Methods

__construct(array $extensions)

No description

Collection
problems()

<p>Verify that this prerequisite is fulfilled.</p>

Details

__construct(array $extensions)

Parameters

array $extensions

Collection problems()

<p>Verify that this prerequisite is fulfilled.</p>

<p>If everything is okay, this method should return an empty Collection instance. When problems are detected, it should return a Collection of arrays, each having at least a &quot;message&quot; and optionally a &quot;detail&quot; key.</p>

Return Value

Collection