PHP Class Horde_Pear_Package_Contents_Ignore_Patterns, horde

Copyright 2011-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Inheritance: implements Horde_Pear_Package_Contents_Ignore
Datei anzeigen Open project: horde/horde

Public Methods

Method Description
__construct ( array $patterns, string $root ) Constructor.
isIgnored ( SplFileInfo $element ) : boolean Tell whether to ignore the element.

Private Methods

Method Description
_getRegExpableSearchString ( string $s ) : string Converts $s into a string that can be used with preg_match.
_matches ( array $matches, string $path ) : null Does the given path match one of the regular expression patterns?
_prepare ( string $patterns ) : null Prepare the list of ignores from the input.

Method Details

__construct() public method

Constructor.
public __construct ( array $patterns, string $root )
$patterns array The ignore patterns.
$root string The root position for the files that should be checked.

isIgnored() public method

Tell whether to ignore the element.
public isIgnored ( SplFileInfo $element ) : boolean
$element SplFileInfo The element to check.
return boolean True if the element should be ignored, false otherwise.