Go to the documentation of this file.
47 public function loadFields( $fields =
null, $override =
true, $skipLoaded =
false );
90 public function getId();
99 public function setId( $id );
142 public function toArray( $fields =
null, $incNullId =
false );
165 public function save( $functionName =
null );
175 public function remove();
220 public function addToField( $field, $amount );
hasField( $name)
Gets if a certain field is set.
loadDefaults( $override=true)
Load the default values, via getDefaults.
skin txt MediaWiki includes four core it has been set as the default in MediaWiki since the replacing Monobook it had been been the default skin since before being replaced by Vector largely rewritten in while keeping its appearance Several legacy skins were removed in the as the burden of supporting them became too heavy to bear Those in etc for skin dependent CSS etc for skin dependent JavaScript These can also be customised on a per user by etc This feature has led to a wide variety of user styles becoming that gallery is a good place to ending in php
getFields()
Return the names and values of the fields.
getField( $name, $default=null)
Gets the value of a field.
setUpdateSummaries( $update)
Sets the value for the.
getFieldNames()
Return the names of the fields.
setField( $name, $value)
Sets the value of a field.
removeField( $name)
Remove a field.
getSetFieldNames()
Return the names of the fields.
setId( $id)
Sets the objects database id.
addToField( $field, $amount)
Add an amount (can be negative) to the specified field (needs to be numeric).
loadAndGetField( $name)
Gets the value of a field but first loads it if not done so already.
getTable()
Returns the table this IORMRow is a row in.
the array() calling protocol came about after MediaWiki 1.4rc1.
List of Api Query prop modules.
save( $functionName=null)
Writes the answer to the database, either updating it when it already exists, or inserting it when it...
Allows to change the fields on the form that will be generated $name
setSummaryMode( $summaryMode)
Sets the value for the.
getId()
Returns the objects database id.
loadFields( $fields=null, $override=true, $skipLoaded=false)
Load the specified fields from the database.
loadSummaryFields( $summaryFields=null)
Computes and updates the values of the summary fields.
hasIdField()
Gets if the id field is set.
setFields(array $fields, $override=true)
Sets multiple fields.
toArray( $fields=null, $incNullId=false)
Serializes the object to an associative array which can then easily be converted into JSON or similar...