Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
__construct ($config=array()) | |
batch ($commands, $pks, $contexts) | |
checkin ($pks=array()) | |
checkout ($pk=null) | |
delete (&$pks) | |
getItem ($pk=null) | |
publish (&$pks, $value=1) | |
reorder ($pks, $delta=0) | |
save ($data) | |
saveorder ($pks=null, $order=null) | |
createTagsHelper ($tagsObserver, $type, $pk, $typeAlias, $table) | |
generateTitle ($categoryId, $table) | |
Fonctions membres publiques inherited from JModelForm | |
getForm ($data=array(), $loadData=true) | |
validate ($form, $data, $group=null) | |
Fonctions membres publiques inherited from JModelLegacy | |
getDbo () | |
getName () | |
getState ($property=null, $default=null) | |
getTable ($name= '', $prefix= 'Table', $options=array()) | |
loadHistory ($version_id, JTable &$table) | |
setDbo ($db) | |
setState ($property, $value=null) | |
Fonctions membres publiques inherited from JObject | |
__toString () | |
def ($property, $default=null) | |
get ($property, $default=null) | |
getProperties ($public=true) | |
getError ($i=null, $toString=true) | |
getErrors () | |
set ($property, $value=null) | |
setProperties ($properties) | |
setError ($error) |
Fonctions membres protégées | |
batchAccess ($value, $pks, $contexts) | |
batchCopy ($value, $pks, $contexts) | |
batchLanguage ($value, $pks, $contexts) | |
batchMove ($value, $pks, $contexts) | |
canDelete ($record) | |
canEditState ($record) | |
generateNewTitle ($category_id, $alias, $title) | |
getReorderConditions ($table) | |
populateState () | |
prepareTable ($table) | |
checkCategoryId ($categoryId) | |
Fonctions membres protégées inherited from JModelForm | |
loadForm ($name, $source=null, $options=array(), $clear=false, $xpath=false) | |
loadFormData () | |
preprocessData ($context, &$data) | |
preprocessForm (JForm $form, $data, $group= 'content') | |
Fonctions membres protégées inherited from JModelLegacy | |
_getList ($query, $limitstart=0, $limit=0) | |
_getListCount ($query) | |
_createTable ($name, $prefix= 'Table', $config=array()) | |
cleanCache ($group=null, $client_id=0) |
Attributs protégés | |
$text_prefix = null | |
$event_after_delete = null | |
$event_after_save = null | |
$event_before_delete = null | |
$event_before_save = null | |
$event_change_state = null | |
Attributs protégés inherited from JModelForm | |
$_forms = array() | |
Attributs protégés inherited from JModelLegacy | |
$__state_set = null | |
$_db | |
$name | |
$option = null | |
$state | |
$event_clean_cache = null | |
Attributs protégés inherited from JObject | |
$_errors = array() |
JModelAdmin::__construct | ( | $config = array() | ) |
Constructor.
array | $config | An optional associative array of configuration settings. |
Réimplémentée à partir de JModelLegacy.
Définition à la ligne 77 du fichier admin.php.
JModelAdmin::batch | ( | $commands, | |
$pks, | |||
$contexts | |||
) |
Method to perform batch operations on an item or a set of items.
array | $commands | An array of commands to perform. |
array | $pks | An array of item ids. |
array | $contexts | An array of item contexts. |
Définition à la ligne 148 du fichier admin.php.
Références JText\_(), JFactory\getUser(), JArrayHelper\getValue(), et JArrayHelper\toInteger().
|
protected |
Batch access level changes for a group of rows.
integer | $value | The new value matching an Asset Group ID. |
array | $pks | An array of row IDs. |
array | $contexts | An array of item contexts. |
Définition à la ligne 273 du fichier admin.php.
Références JText\_(), et JFactory\getUser().
|
protected |
Batch copy items to a new category or current.
integer | $value | The new category. |
array | $pks | An array of row IDs. |
array | $contexts | An array of item contexts. |
Définition à la ligne 327 du fichier admin.php.
Références JFactory\getUser(), et JText\sprintf().
|
protected |
Batch language changes for a group of rows.
string | $value | The new value matching a language. |
array | $pks | An array of row IDs. |
array | $contexts | An array of item contexts. |
Définition à la ligne 428 du fichier admin.php.
Références JText\_(), et JFactory\getUser().
|
protected |
Batch move items to a new category
integer | $value | The new category ID. |
array | $pks | An array of row IDs. |
array | $contexts | An array of item contexts. |
Définition à la ligne 482 du fichier admin.php.
Références JText\_(), JFactory\getUser(), et JText\sprintf().
|
protected |
Method to test whether a record can be deleted.
object | $record | A record object. |
Définition à la ligne 618 du fichier admin.php.
Références JFactory\getUser().
|
protected |
Method to test whether a record can be deleted.
object | $record | A record object. |
Définition à la ligne 634 du fichier admin.php.
Références JFactory\getUser().
|
protected |
Method to check the validity of the category ID for batch copy and move
integer | $categoryId | The category ID to check |
Définition à la ligne 1242 du fichier admin.php.
Références JText\_(), JFactory\getApplication(), et JTable\getInstance().
JModelAdmin::checkin | ( | $pks = array() | ) |
Method override to check-in a record or an array of record
mixed | $pks | The ID of the primary key or an array of IDs |
Réimplémentée à partir de JModelForm.
Définition à la ligne 650 du fichier admin.php.
JModelAdmin::checkout | ( | $pk = null | ) |
Method override to check-out a record.
integer | $pk | The ID of the primary key. |
Réimplémentée à partir de JModelForm.
JModelAdmin::createTagsHelper | ( | $tagsObserver, | |
$type, | |||
$pk, | |||
$typeAlias, | |||
$table | |||
) |
Method to creat a tags helper to ensure proper management of tags
JTableObserverTags | $tagsObserver | The tags observer for this table |
JUcmType | $type | The type for the table being processed |
integer | $pk | Primary key of the item bing processed |
string | $typeAlias | The type alias for this table |
JTable | $table | The JTable object |
Définition à la ligne 1223 du fichier admin.php.
JModelAdmin::delete | ( | & | $pks | ) |
Method to delete one or more records.
array | &$pks | An array of record primary keys. |
Définition à la ligne 712 du fichier admin.php.
Références JText\_(), JLog\add(), JEventDispatcher\getInstance(), et JLog\WARNING.
|
protected |
Method to change the title & alias.
integer | $category_id | The id of the category. |
string | $alias | The alias. |
string | $title | The title. |
Définition à la ligne 795 du fichier admin.php.
Références JString\increment().
JModelAdmin::generateTitle | ( | $categoryId, | |
$table | |||
) |
A method to preprocess generating a new title in order to allow tables with alternative names for alias and title to use the batch move and copy methods
integer | $categoryId | The target category id |
JTable | $table | The JTable within which move or copy is taking place |
Définition à la ligne 1296 du fichier admin.php.
JModelAdmin::getItem | ( | $pk = null | ) |
Method to get a single record.
integer | $pk | The id of the primary key. |
Définition à la ligne 817 du fichier admin.php.
Références JRegistry\loadString(), et JArrayHelper\toObject().
|
protected |
|
protected |
Stock method to auto-populate the model state.
Réimplémentée à partir de JModelLegacy.
Définition à la ligne 870 du fichier admin.php.
Références JFactory\getApplication().
|
protected |
JModelAdmin::publish | ( | & | $pks, |
$value = 1 |
|||
) |
Method to change the published state of one or more records.
array | &$pks | A list of the primary keys to change. |
integer | $value | The value of the published state. |
Définition à la ligne 908 du fichier admin.php.
Références JText\_(), JLog\add(), JEventDispatcher\getInstance(), JFactory\getUser(), et JLog\WARNING.
JModelAdmin::reorder | ( | $pks, | |
$delta = 0 |
|||
) |
Method to adjust the ordering of a row.
Returns NULL if the user did not have edit privileges for any of the selected primary keys.
integer | $pks | The ID of the primary key to move. |
integer | $delta | Increment, usually +1 or -1 |
Définition à la ligne 975 du fichier admin.php.
Références JText\_(), JLog\add(), et JLog\WARNING.
JModelAdmin::save | ( | $data | ) |
Method to save the form data.
array | $data | The form data. |
Définition à la ligne 1042 du fichier admin.php.
Références JEventDispatcher\getInstance().
JModelAdmin::saveorder | ( | $pks = null , |
|
$order = null |
|||
) |
Saves the manually set order of records.
array | $pks | An array of primary key ids. |
integer | $order | +1 or -1 |
Définition à la ligne 1137 du fichier admin.php.
Références JText\_(), JLog\add(), JError\raiseWarning(), et JLog\WARNING.