PHP Class 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.
Show file
Open project: horde/horde
Class Usage Examples
Public Methods
Method |
Description |
|
matches ( string $c_name, string $c_channel, string $selector ) : boolen |
Does the component match the given selector? |
|
Method Details
matches()
public static method
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. |
return |
boolen |
True if the component matches. |