PHP Class Horde_Pear_Package_Contents_Ignore_Git, horde
Copyright 2010-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.
ファイルを表示
Open project: horde/horde
Public Methods
Private Methods
Method Details
__construct()
public method
getIgnores()
public method
Return the list of ignored patterns.
getIncludes()
public method
Return the list of included patterns.
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. |