Class FinderModelSuggestions. Joomla 3 jmodellist
Вернуться к записям по теме Joomla. Joomla.Site\FinderModelSuggestions components/com_finder/models/suggestions.php at line 19 JObject└─JModelLegacy└─JModelList└─FinderModelSuggestionspublic class FinderModelSuggestionsextends JModelList Subpackage: com_finder Since: 2.5
Field Detailcomponents/com_finder/models/suggestions.php at line 27contextprotected string $context = 'com_finder.suggestions'Context string for the model type. Since: 2.5Method Detailcomponents/com_finder/models/suggestions.php at line 36getItemspublic array getItems()Method to get an array of data items. Returns: An array of data items. Since: 2.5 components/com_finder/models/suggestions.php at line 57getListQueryprotected JDatabaseQuery getListQuery()Method to build a database query to load the list data. Returns: A database query Since: 2.5 components/com_finder/models/suggestions.php at line 87 protected string getStoreId(string id) |
ya.samposebe.ru
Joomla.Administrator\UsersModelNotes administrator/components/com_users/models/notes.php at line 19 JObject└─JModelLegacy└─JModelList└─UsersModelNotespublic class UsersModelNotesextends JModelList Subpackage: com_users Since: 2.5
Constructor Detailadministrator/components/com_users/models/notes.php at line 28__constructpublic void __construct(array config, mixed properties)Class constructor. Parameters: config - An optional associative array of configuration settings. Since: 2.5 Throws: Exception See Also: JModelLegacyMethod Detailadministrator/components/com_users/models/notes.php at line 62getListQueryprotected JDatabaseQuery getListQuery()Build an SQL query to load the list data. Returns: A JDatabaseQuery object to retrieve the data set. Since: 2.5 administrator/components/com_users/models/notes.php at line 159getStoreIdprotected string getStoreId(string id)Method to get a store id based on model configuration state. This is necessary because the model is used by the component and different modules that might need different sets of data or different ordering requirements. Parameters: id - A prefix for the store id. Returns: A store id. Since: 2.5 administrator/components/com_users/models/notes.php at line 176 public JUser getUser() Gets a user object if the user filter is set. Returns: The JUser object Since: 2.5 administrator/components/com_users/models/notes.php at line 199populateStateprotected void populateState(string ordering, string direction)Method to auto-populate the model state. Note. Calling getState in this method will result in recursion. Since: 1.6 Note: Calling getState in this method will result in recursion. Parameters: ordering - An optional ordering field. direction - An optional direction (asc|desc). Вернуться к записям по теме Joomla. |
ya.samposebe.ru
Вернуться к записям по теме Joomla. Joomla.Administrator\LanguagesModelInstalled administrator/components/com_languages/models/installed.php at line 19 JObject└─JModelLegacy└─JModelList└─LanguagesModelInstalled
Field Detailadministrator/components/com_languages/models/installed.php at line 24clientprotected object client object $client = null administrator/components/com_languages/models/installed.php at line 44dataprotected array languages description $data = null administrator/components/com_languages/models/installed.php at line 34ftpprotected boolean|JExeption True, if FTP settings should be shown, or an exeption $ftp = null administrator/components/com_languages/models/installed.php at line 54langlistprotected int total number pf languages installed $langlist = null administrator/components/com_languages/models/installed.php at line 39optionprotected string option name $option = null administrator/components/com_languages/models/installed.php at line 59pathprotected string language path $path = null administrator/components/com_languages/models/installed.php at line 49totalprotected int total number pf languages $total = null administrator/components/com_languages/models/installed.php at line 29 protected object user object $user = null Method Detailadministrator/components/com_languages/models/installed.php at line 69populateStateprotected void populateState(string ordering, string direction)Method to auto-populate the model state. Note. Calling getState in this method will result in recursion. Since: 1.6 Note: Calling getState in this method will result in recursion. Parameters: ordering - An optional ordering field. direction - An optional direction (asc|desc). administrator/components/com_languages/models/installed.php at line 97getStoreIdprotected string getStoreId(string id)Method to get a store id based on model configuration state. This is necessary because the model is used by the component and different modules that might need different sets of data or different ordering requirements. Parameters: id - A prefix for the store id. Returns: A store id. Since: 1.6 administrator/components/com_languages/models/installed.php at line 111getClientpublic object getClient()Method to get the client object Since: 1.6 administrator/components/com_languages/models/installed.php at line 126 public object getFtp() |
ya.samposebe.ru
Вернуться к записям по теме Joomla. Joomla.Administrator\InstallerModel administrator/components/com_installer/models/extension.php at line 20 JObject└─JModelLegacy└─JModelList└─InstallerModel All Known Subclasses: InstallerModelDatabase InstallerModelDiscover InstallerModelManagepublic abstract class InstallerModelextends JModelList Subpackage: com_installer Since: 1.5
Constructor Detailadministrator/components/com_installer/models/extension.php at line 30__constructpublic void __construct(array config, mixed properties)Constructor. Parameters: config - An optional associative array of configuration settings. See Also: JController Since: 1.6 Throws: ExceptionMethod Detailadministrator/components/com_installer/models/extension.php at line 56_getListprotected array _getList(string query, int limitstart, int limit)Returns an object list Parameters: query - The query limitstart - Offset limit - The number of records Since: 12.2 Throws: RuntimeException administrator/components/com_installer/models/extension.php at line 107translateprivate array translate(array &$items, mixed items)Translate a list of objects Parameters: &$items - The array of objects Returns: The array of translated objects Вернуться к записям по теме Joomla. |
ya.samposebe.ru
Вернуться к записям по теме Joomla. Joomla.Administrator\UsersModelGroups administrator/components/com_users/models/groups.php at line 19 JObject└─JModelLegacy└─JModelList└─UsersModelGroupspublic class UsersModelGroupsextends JModelList Subpackage: com_users Since: 1.6
Constructor Detailadministrator/components/com_users/models/groups.php at line 28__constructpublic void __construct(array config, array An, mixed properties)Constructor. Parameters: An - optional associative array of configuration settings. See Also: JController Since: 1.6 Throws: ExceptionMethod Detailadministrator/components/com_users/models/groups.php at line 50populateStateprotected void populateState(string ordering, string direction)Method to auto-populate the model state. Note. Calling getState in this method will result in recursion. Since: 1.6 Note: Calling getState in this method will result in recursion. Parameters: ordering - An optional ordering field. direction - An optional direction (asc|desc). administrator/components/com_users/models/groups.php at line 76getStoreIdprotected string getStoreId(string id)Method to get a store id based on model configuration state. This is necessary because the model is used by the component and different modules that might need different sets of data or different ordering requirements. Parameters: id - A prefix for the store id. Returns: A store id. Since: 12.2 administrator/components/com_users/models/groups.php at line 91getItemspublic mixed getItems()Gets the list of groups and adds expensive joins to the result set. Returns: An array of data items on success, false on failure. Since: 1.6 administrator/components/com_users/models/groups.php at line 158getListQueryprotected JDatabaseQuery getListQuery()Build an SQL query to load the list data. Since: 12.2 Вернуться к записям по теме Joomla. |
ya.samposebe.ru
Вернуться к записям по теме Joomla. Joomla.Administrator\FinderModelMaps administrator/components/com_finder/models/maps.php at line 19 JObject└─JModelLegacy└─JModelList└─FinderModelMapspublic class FinderModelMapsextends JModelList Subpackage: com_finder Since: 2.5
Constructor Detailadministrator/components/com_finder/models/maps.php at line 29__constructpublic void __construct(array config, mixed properties)Constructor. Parameters: config - An associative array of configuration settings. [optional] Since: 2.5 See Also: JController Throws: ExceptionMethod Detailadministrator/components/com_finder/models/maps.php at line 51canDeleteprotected boolean canDelete(object record)Method to test whether a record can be deleted. Parameters: record - A record object. Returns: True if allowed to delete the record. Defaults to the permission for the component. Since: 2.5 administrator/components/com_finder/models/maps.php at line 66canEditStateprotected boolean canEditState(object record)Method to test whether a record can be deleted. Parameters: record - A record object. Returns: True if allowed to change the state of the record. Defaults to the permission for the component. Since: 2.5 administrator/components/com_finder/models/maps.php at line 81deletepublic boolean delete(array &$pks, mixed pks)Method to delete one or more records. Parameters: &$pks - An array of record primary keys. Returns: True if successful, false if an error occurs. Since: 2.5 administrator/components/com_finder/models/maps.php at line 151getListQueryprotected JDatabaseQuery getListQuery()Build an SQL query to load the list data. Returns: A JDatabaseQuery object Since: 2.5 administrator/components/com_finder/models/maps.php at line 214getStoreIdprotected string getStoreId(string id)Method to get a store id based on model configuration state. This is necessary because the model is used by the component and different modules that might need different sets of data or different ordering requirements. Parameters: id - A prefix for the store id. [optional] Returns: A store id. Since: 2.5 administrator/components/com_finder/models/maps.php at line 235getTablepublic JTable getTable(string type, string prefix, array config, string name, array options)Returns a JTable object, always creating it. Parameters: type - The table type to instantiate. [optional] prefix - A prefix for the table class name. [optional] config - Configuration array for model. [optional] Returns: A database object Since: 2.5 Throws: Exception administrator/components/com_finder/models/maps.php at line 250populateStateprotected void populateState(string ordering, string direction)Method to auto-populate the model state. Calling getState in this method will result in recursion. Parameters: ordering - An optional ordering field. [optional] direction - An optional direction. [optional] Since: 2.5 Note: Calling getState in this method will result in recursion. administrator/components/com_finder/models/maps.php at line 280publishpublic boolean publish(array &$pks, integer value, mixed pks)Method to change the published state of one or more records. Parameters: &$pks - A list of the primary keys to change. value - The value of the published state. [optional] Returns: True on success. Since: 2.5 administrator/components/com_finder/models/maps.php at line 338purgepublic boolean purge()Method to purge all maps from the taxonomy. Returns: Returns true on success, false on failure. Since: 2.5 Вернуться к записям по теме Joomla. |
ya.samposebe.ru
Вернуться к записям по теме Joomla. Joomla.Administrator\ModulesModelPositions administrator/components/com_modules/models/positions.php at line 19 JObject└─JModelLegacy└─JModelList└─ModulesModelPositionspublic class ModulesModelPositionsextends JModelList Subpackage: com_modules Since: 1.6
Constructor Detailadministrator/components/com_modules/models/positions.php at line 28__constructpublic void __construct(array config, array An, mixed properties)Constructor. Parameters: An - optional associative array of configuration settings. See Also: JController Since: 1.6 Throws: ExceptionMethod Detailadministrator/components/com_modules/models/positions.php at line 47populateStateprotected void populateState(string ordering, string direction)Method to auto-populate the model state. Note. Calling getState in this method will result in recursion. Since: 1.6 Note: Calling getState in this method will result in recursion. Parameters: ordering - An optional ordering field. direction - An optional direction (asc|desc). administrator/components/com_modules/models/positions.php at line 81getItemspublic mixed getItems()Method to get an array of data items. Returns: An array of data items on success, false on failure. Since: 1.6 administrator/components/com_modules/models/positions.php at line 202getTotalpublic int getTotal()Method to get the total number of items. Returns: The total number of items. Since: 1.6 Вернуться к записям по теме Joomla. |
ya.samposebe.ru