PHP Class AdminListAutocomplete

(C) Moorfields Eye Hospital NHS Foundation Trust, 2008-2011 (C) OpenEyes Foundation, 2011-2013 This file is part of OpenEyes. OpenEyes is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. OpenEyes is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenEyes in a file titled COPYING. If not, see .
Author: OpenEyes ([email protected])
Inheritance: extends Admin
Afficher le fichier Open project: openeyes/openeyes Class Usage Examples

Protected Properties

Свойство Type Description
$autocompleteField array
$customDeleteURL string
$customRemoveDefaultURL
$customSaveURL string
$customSetDefaultURL string
$filterFields array

Méthodes publiques

Méthode Description
__construct ( BaseActiveRecord $model, BaseAdminController $admin )
getAutocompleteField ( ) : array
getCustomDeleteURL ( ) : string
getCustomRemoveDefaultURL ( ) : string
getCustomSaveURL ( ) : string
getCustomSetDefaultURL ( ) : string
getFilterFields ( ) : array
setAutocompleteField ( $acdata )
setCustomDeleteURL ( $deleteURL )
setCustomRemoveDefaultURL ( $removeDefaultURL )
setCustomSaveURL ( $saveURL )
setCustomSetDefaultURL ( $setDefaultURL )
setFilterFields ( $filters )

Method Details

__construct() public méthode

public __construct ( BaseActiveRecord $model, BaseAdminController $admin )
$model BaseActiveRecord
$admin BaseAdminController

getAutocompleteField() public méthode

public getAutocompleteField ( ) : array
Résultat array

getCustomDeleteURL() public méthode

public getCustomDeleteURL ( ) : string
Résultat string

getCustomRemoveDefaultURL() public méthode

public getCustomRemoveDefaultURL ( ) : string
Résultat string

getCustomSaveURL() public méthode

public getCustomSaveURL ( ) : string
Résultat string

getCustomSetDefaultURL() public méthode

public getCustomSetDefaultURL ( ) : string
Résultat string

getFilterFields() public méthode

public getFilterFields ( ) : array
Résultat array

setAutocompleteField() public méthode

public setAutocompleteField ( $acdata )
$acdata

setCustomDeleteURL() public méthode

public setCustomDeleteURL ( $deleteURL )
$deleteURL

setCustomRemoveDefaultURL() public méthode

public setCustomRemoveDefaultURL ( $removeDefaultURL )
$removeDefaultURL

setCustomSaveURL() public méthode

public setCustomSaveURL ( $saveURL )
$saveURL

setCustomSetDefaultURL() public méthode

public setCustomSetDefaultURL ( $setDefaultURL )
$setDefaultURL

setFilterFields() public méthode

public setFilterFields ( $filters )
$filters

Property Details

$autocompleteField protected_oe property

protected array $autocompleteField
Résultat array

$customDeleteURL protected_oe property

protected string $customDeleteURL
Résultat string

$customRemoveDefaultURL protected_oe property

protected $customRemoveDefaultURL

$customSaveURL protected_oe property

protected string $customSaveURL
Résultat string

$customSetDefaultURL protected_oe property

protected string $customSetDefaultURL
Résultat string

$filterFields protected_oe property

protected array $filterFields
Résultat array