HumHub Documentation (unofficial)

VerifyDirectoryTrait

Table of Contents

Methods

directoryDoesNotExist()  : mixed
Verifies that a directory does not exist.
directoryExists()  : mixed
Verifies that a directory exists.
directoryIsNotReadable()  : mixed
Verifies that a directory exists and is not readable.
directoryIsNotWritable()  : mixed
Verifies that a directory exists and is not writable.
directoryIsReadable()  : mixed
Verifies that a directory exists and is readable.
directoryIsWritable()  : mixed
Verifies that a directory exists and is writable.

Methods

directoryDoesNotExist()

Verifies that a directory does not exist.

public directoryDoesNotExist() : mixed

directoryIsNotReadable()

Verifies that a directory exists and is not readable.

public directoryIsNotReadable() : mixed

directoryIsNotWritable()

Verifies that a directory exists and is not writable.

public directoryIsNotWritable() : mixed

directoryIsReadable()

Verifies that a directory exists and is readable.

public directoryIsReadable() : mixed

directoryIsWritable()

Verifies that a directory exists and is writable.

public directoryIsWritable() : mixed

        
On this page

Search results