PHP Класс 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 .
Автор: OpenEyes ([email protected])
Наследование: extends Admin
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$autocompleteField array
$customDeleteURL string
$customRemoveDefaultURL
$customSaveURL string
$customSetDefaultURL string
$filterFields array

Открытые методы

Метод Описание
__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 )

Описание методов

__construct() публичный Метод

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

getAutocompleteField() публичный Метод

public getAutocompleteField ( ) : array
Результат array

getCustomDeleteURL() публичный Метод

public getCustomDeleteURL ( ) : string
Результат string

getCustomRemoveDefaultURL() публичный Метод

public getCustomRemoveDefaultURL ( ) : string
Результат string

getCustomSaveURL() публичный Метод

public getCustomSaveURL ( ) : string
Результат string

getCustomSetDefaultURL() публичный Метод

public getCustomSetDefaultURL ( ) : string
Результат string

getFilterFields() публичный Метод

public getFilterFields ( ) : array
Результат array

setAutocompleteField() публичный Метод

public setAutocompleteField ( $acdata )
$acdata

setCustomDeleteURL() публичный Метод

public setCustomDeleteURL ( $deleteURL )
$deleteURL

setCustomRemoveDefaultURL() публичный Метод

public setCustomRemoveDefaultURL ( $removeDefaultURL )
$removeDefaultURL

setCustomSaveURL() публичный Метод

public setCustomSaveURL ( $saveURL )
$saveURL

setCustomSetDefaultURL() публичный Метод

public setCustomSetDefaultURL ( $setDefaultURL )
$setDefaultURL

setFilterFields() публичный Метод

public setFilterFields ( $filters )
$filters

Описание свойств

$autocompleteField защищенное свойство

protected array $autocompleteField
Результат array

$customDeleteURL защищенное свойство

protected string $customDeleteURL
Результат string

$customRemoveDefaultURL защищенное свойство

protected $customRemoveDefaultURL

$customSaveURL защищенное свойство

protected string $customSaveURL
Результат string

$customSetDefaultURL защищенное свойство

protected string $customSetDefaultURL
Результат string

$filterFields защищенное свойство

protected array $filterFields
Результат array