Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe CoreContent
+ Graphe d'héritage de CoreContent:

Fonctions membres publiques

 __construct (DatabaseDriver $db)
 
 check ()
 
 delete ($pk=null)
 
 deleteByContentId ($contentItemId=null, $typeAlias=null)
 
 store ($updateNulls=true)
 
- Fonctions membres publiques hérités de Table
 __construct ($table, $key, DatabaseDriver $db, DispatcherInterface $dispatcher=null)
 
 getFields ($reload=false)
 
 appendPrimaryKeys ($query, $pk=null)
 
 getTableName ()
 
 getKeyName ($multiple=false)
 
 getId ()
 
 getDbo ()
 
 setDbo (DatabaseDriver $db)
 
 setRules ($input)
 
 getRules ()
 
 reset ()
 
 bind ($src, $ignore=array())
 
 load ($keys=null, $reset=true)
 
 check ()
 
 save ($src, $orderingFilter='', $ignore='')
 
 checkOut ($userId, $pk=null)
 
 checkIn ($pk=null)
 
 hasPrimaryKey ()
 
 hit ($pk=null)
 
 isCheckedOut ($with=0, $against=null)
 
 getNextOrder ($where='')
 
 getPrimaryKey (array $keys=array())
 
 reorder ($where='')
 
 move ($delta, $where='')
 
 publish ($pks=null, $state=1, $userId=0)
 
 getColumnAlias ($column)
 
 setColumnAlias ($column, $columnAlias)
 
 hasField ($key)
 
- Fonctions membres publiques hérités de CMSObject
 __construct ($properties=null)
 
 __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 publiques hérités de TableInterface
 getKeyName ()
 
- Fonctions membres publiques hérités de DispatcherAwareInterface
 setDispatcher (DispatcherInterface $dispatcher)
 

Fonctions membres protégées

 storeUcmBase ($updateNulls=true, $isNew=false)
 
- Fonctions membres protégées hérités de Table
 _getAssetName ()
 
 _getAssetTitle ()
 
 _lock ()
 
 _unlock ()
 

Attributs protégés

 $_supportNullValue = true
 
 $_jsonEncode = ['core_params', 'core_metadata', 'core_images', 'core_urls', 'core_body']
 
- Attributs protégés hérités de Table
 $_tbl = ''
 
 $_tbl_key = ''
 
 $_tbl_keys = array()
 
 $_db
 
 $_trackAssets = false
 
 $_rules
 
 $_locked = false
 
 $_autoincrement = true
 
 $_columnAlias = array()
 
 $_jsonEncode = array()
 
 $_supportNullValue = false
 
- Attributs protégés hérités de CMSObject
 $_errors = array()
 

Membres hérités additionnels

- Fonctions membres publiques statiques hérités de Table
static getInstance ($type, $prefix='JTable', $config=array())
 
static addIncludePath ($path=null)
 
- Champs de données hérités de Table
 $typeAlias = null
 

Description détaillée

Core content table

Depuis
3.1

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( DatabaseDriver  $db)

Constructor

Paramètres
DatabaseDriver$dbA database connector object
Depuis
3.1

Références $db, et Symfony\Contracts\Service\__construct().

Documentation des fonctions membres

◆ check()

check ( )

Overloaded check function

Renvoie
boolean True on success, false on failure
Voir également
Table::check()
Depuis
3.1

Implémente TableInterface.

Références $key, $temp, Text\_(), Factory\getDate(), null, StringHelper\str_ireplace(), et ApplicationHelper\stringURLSafe().

◆ delete()

delete (   $pk = null)

Override JTable delete method to include deleting corresponding row from #__ucm_base.

Paramètres
integer$pkprimary key value to delete. Must be set or throws an exception.
Renvoie
boolean True on success.
Depuis
3.1
Exceptions

Implémente TableInterface.

Références Joomla\CMS\MVC\Model\getDbo(), et Table\getInstance().

◆ deleteByContentId()

deleteByContentId (   $contentItemId = null,
  $typeAlias = null 
)

Method to delete a row from the #__ucm_content table by content_item_id.

Paramètres
integer$contentItemIdvalue of the core_content_item_id to delete. Corresponds to the primary key of the content table.
string$typeAliasAlias for the content type
Renvoie
boolean True on success.
Depuis
3.1
Exceptions

Références $db, $query, Joomla\CMS\MVC\Model\getDbo(), ParameterType\INTEGER, et null.

◆ store()

store (   $updateNulls = true)

Overrides Table::store to set modified data and user id.

Paramètres
boolean$updateNullsTrue to update fields even if they are null.
Renvoie
boolean True on success.
Depuis
3.1

Implémente TableInterface.

Références $date, $result, $user, Factory\getDate(), et Factory\getUser().

◆ storeUcmBase()

storeUcmBase (   $updateNulls = true,
  $isNew = false 
)
protected

Insert or update row in ucm_base table

Paramètres
boolean$updateNullsTrue to update fields even if they are null.
boolean$isNewif true, need to insert. Otherwise update.
Renvoie
boolean True on success.
Depuis
3.1

Références $db, $query, $this, Joomla\CMS\MVC\Model\getDbo(), ContentHelper\getLanguageId(), et ParameterType\INTEGER.

Documentation des champs

◆ $_jsonEncode

$_jsonEncode = ['core_params', 'core_metadata', 'core_images', 'core_urls', 'core_body']
protected

◆ $_supportNullValue

$_supportNullValue = true
protected

La documentation de cette classe a été générée à partir du fichier suivant :