Documentation

Matcher
in package

Match an expression against a component.

Copyright 2011-2020 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Tags
category

Horde

author

Gunnar Wrobel wrobel@pardus.de

license

http://www.horde.org/licenses/lgpl21 LGPL 2.1

Table of Contents

matches()  : bool
Does the component match the given selector?

Methods

matches()

Does the component match the given selector?

public static matches(string $c_name, string $c_channel, string $selector) : bool
Parameters
$c_name : string

The component name.

$c_channel : string

The component channel.

$selector : string

The selector.

Return values
bool

True if the component matches.

Search results