\Horde_Pear_Package_Contents_Ignore_Composite

Horde_Pear_Package_Contents_Ignore_Composite:: combines several ignore handlers.

Summary

Methods
Properties
Constants
__construct()
isIgnored()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_ignores
N/A

Properties

$_ignores

$_ignores : array

The ignore handlers.

Type

array

Methods

__construct()

__construct(array  $ignores) 

Constructor.

Parameters

array $ignores

The ignore handlers.

isIgnored()

isIgnored(\SplFileInfo  $element) : boolean

Tell whether to ignore the element.

Parameters

\SplFileInfo $element

The element to check.

Returns

boolean —

True if the element should be ignored, false otherwise.