class WritablePaths implements PrerequisiteInterface

Methods

__construct(array $paths)

No description

Collection
problems()

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

Details

__construct(array $paths)

Parameters

array $paths

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