PHP Класс Components_Component_Match, 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.
Показать файл
Открыть проект
Примеры использования класса
Открытые методы
Метод |
Описание |
|
matches ( string $c_name, string $c_channel, string $selector ) : boolen |
Does the component match the given selector? |
|
Описание методов
matches()
публичный статический Метод
Does the component match the given selector?
public static matches ( string $c_name, string $c_channel, string $selector ) : boolen |
$c_name |
string |
The component name. |
$c_channel |
string |
The component channel. |
$selector |
string |
The selector. |
Результат |
boolen |
True if the component matches. |