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.
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 메소드들

메소드 설명
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.