WireApiDocs::excludeDirNames()

Get or set directory names to exclude (can also include regex patterns of dir names)

Usage

// basic usage
$array = $wireApiDocs->excludeDirNames();

// usage with all arguments
$array = $wireApiDocs->excludeDirNames($set = null, bool $replace = false);

Arguments

NameType(s)Description
$set (optional)array string null

Specify array or string (one item) to add, omit to get

$replace (optional)bool

Replace existing items? Omit to append to existing.

Return value

array


WireApiDocs methods and properties

API reference based on ProcessWire core version 3.0.264