PHP 클래스 Horde_Kolab_Server_Query_Element_Group, horde

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_elements array The group elements.

공개 메소드들

메소드 설명
__construct ( array $elements ) Constructor.
getElements ( ) : mixed Return the elements of this group.
getName ( ) : string Return the query element name.
getValue ( ) : mixed Return the value of this element.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( array $elements )
$elements array The group elements.

getElements() 공개 메소드

Return the elements of this group.
public getElements ( ) : mixed
리턴 mixed The group elements.

getName() 공개 메소드

This should never be called for group elements.
public getName ( ) : string
리턴 string The name of the query element.

getValue() 공개 메소드

This should never be called for group elements.
public getValue ( ) : mixed
리턴 mixed The query value.

프로퍼티 상세

$_elements 보호되어 있는 프로퍼티

The group elements.
protected array $_elements
리턴 array