class PhpExtensions implements PrerequisiteInterface
Methods
Details
at
line 16
__construct(array $extensions)
at
line 21
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 "message" and optionally a "detail" key.</p>