PHP 클래스 QuickSearch, atk4

.. Reference: http://agiletoolkit.org/doc/ref *ATK4***************************************************** This file is part of Agile Toolkit 4 http://agiletoolkit.org (c) 2008-2011 Agile Technologies Ireland Limited Distributed under Affero General Public License v3 If you are using this file in YOUR web software, you must make your make source code for YOUR web software public. See LICENSE.txt for more information You can obtain non-public copy of Agile Toolkit 4 at http://agiletoolkit.org/commercial ****************************************************ATK4*
상속: extends Filter
파일 보기 프로젝트 열기: atk4/atk4 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$bset_class Button set class name
$bset_position Button set positioning
$cancel_icon Cancel button icon
$fields array
$search_field Form_Field
$show_cancel Shoud we add Cancel button or not
$submit_icon Submit button icon

보호된 프로퍼티들

프로퍼티 타입 설명
$bset object iteself

공개 메소드들

메소드 설명
defaultTemplate ( ) : array | string Default template
init ( ) Initialization.
postInit ( ) : Model | void Process received filtering parameters after init phase.
useFields ( string | array $fields ) : QuickSearch Set fields on which filtering will be done.

메소드 상세

defaultTemplate() 공개 메소드

Default template
public defaultTemplate ( ) : array | string
리턴 array | string

init() 공개 메소드

Initialization.
public init ( )

postInit() 공개 메소드

Process received filtering parameters after init phase.
public postInit ( ) : Model | void
리턴 Model | void

useFields() 공개 메소드

Set fields on which filtering will be done.
public useFields ( string | array $fields ) : QuickSearch
$fields string | array
리턴 QuickSearch $this

프로퍼티 상세

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

object iteself
protected $bset

$bset_class 공개적으로 프로퍼티

Button set class name
public $bset_class

$bset_position 공개적으로 프로퍼티

Button set positioning
public $bset_position

$cancel_icon 공개적으로 프로퍼티

Cancel button icon
public $cancel_icon

$fields 공개적으로 프로퍼티

public array $fields
리턴 array

$search_field 공개적으로 프로퍼티

public Form_Field $search_field
리턴 Form_Field

$show_cancel 공개적으로 프로퍼티

Shoud we add Cancel button or not
public $show_cancel

$submit_icon 공개적으로 프로퍼티

Submit button icon
public $submit_icon