PHP Класс Horde_Pear_Package_Contents_Ignore_Symlink, horde
Copyright 2012-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.
Показать файл
Открыть проект
Открытые методы
Метод |
Описание |
|
isIgnored ( SplFileInfo $element ) : boolean |
Tell whether to ignore the element. |
|
Описание методов
isIgnored()
публичный Метод
Tell whether to ignore the element.
public isIgnored ( SplFileInfo $element ) : boolean |
$element |
SplFileInfo |
The element to check. |
Результат |
boolean |
True if the element should be ignored, false otherwise. |