Methods summary
public
|
#
applyDefaultValues( )
Applies default values to this object. This method should be called from the
object's constructor (or equivalent initialization method).
Applies default values to this object. This method should be called from the
object's constructor (or equivalent initialization method).
See
|
public
|
#
__construct( )
Initializes internal state of BaseMessage object.
Initializes internal state of BaseMessage object.
See
applyDefaults()
|
public
integer
|
#
getId( )
Get the [id] column value.
Get the [id] column value.
Returns
integer
|
public
string
|
#
getCode( )
Get the [code] column value.
Get the [code] column value.
Returns
string
|
public
integer
|
#
getSecured( )
Get the [secured] column value.
Get the [secured] column value.
Returns
integer
|
public
string
|
#
getRef( )
Get the [ref] column value.
Get the [ref] column value.
Returns
string
|
public
mixed
|
#
getCreatedAt( string $format = 'Y-m-d H:i:s' )
Get the [optionally formatted] temporal [created_at] column value.
Get the [optionally formatted] temporal [created_at] column value.
Parameters
- $format
string $format The date/time format string (either date()-style or strftime()-style).
If format is null, then the raw DateTime object will be returned.
Returns
mixed Formatted date/time value as string or DateTime object (if format is null), null
if column is null, and 0 if column value is 0000-00-00 00:00:00
Throws
PropelException - if unable to parse/validate the date/time value.
|
public
mixed
|
#
getUpdatedAt( string $format = 'Y-m-d H:i:s' )
Get the [optionally formatted] temporal [updated_at] column value.
Get the [optionally formatted] temporal [updated_at] column value.
Parameters
- $format
string $format The date/time format string (either date()-style or strftime()-style).
If format is null, then the raw DateTime object will be returned.
Returns
mixed Formatted date/time value as string or DateTime object (if format is null), null
if column is null, and 0 if column value is 0000-00-00 00:00:00
Throws
PropelException - if unable to parse/validate the date/time value.
|
public
integer
|
#
getVersion( )
Get the [version] column value.
Get the [version] column value.
Returns
integer
|
public
mixed
|
#
getVersionCreatedAt( string $format = 'Y-m-d H:i:s' )
Get the [optionally formatted] temporal [version_created_at] column
value.
Get the [optionally formatted] temporal [version_created_at] column
value.
Parameters
- $format
string $format The date/time format string (either date()-style or strftime()-style).
If format is null, then the raw DateTime object will be returned.
Returns
mixed Formatted date/time value as string or DateTime object (if format is null), null
if column is null, and 0 if column value is 0000-00-00 00:00:00
Throws
PropelException - if unable to parse/validate the date/time value.
|
public
string
|
#
getVersionCreatedBy( )
Get the [version_created_by] column value.
Get the [version_created_by] column value.
Returns
string
|
public
Thelia\Model\Message
|
#
setId( integer $v )
Set the value of [id] column.
Set the value of [id] column.
Parameters
Returns
|
public
Thelia\Model\Message
|
#
setCode( string $v )
Set the value of [code] column.
Set the value of [code] column.
Parameters
Returns
|
public
Thelia\Model\Message
|
#
setSecured( integer $v )
Set the value of [secured] column.
Set the value of [secured] column.
Parameters
Returns
|
public
Thelia\Model\Message
|
#
setRef( string $v )
Set the value of [ref] column.
Set the value of [ref] column.
Parameters
Returns
|
public
Thelia\Model\Message
|
#
setCreatedAt( mixed $v )
Sets the value of [created_at] column to a normalized version of the
date/time value specified.
Sets the value of [created_at] column to a normalized version of the
date/time value specified.
Parameters
- $v
mixed $v string, integer (timestamp), or DateTime value. Empty strings are treated as
null.
Returns
|
public
Thelia\Model\Message
|
#
setUpdatedAt( mixed $v )
Sets the value of [updated_at] column to a normalized version of the
date/time value specified.
Sets the value of [updated_at] column to a normalized version of the
date/time value specified.
Parameters
- $v
mixed $v string, integer (timestamp), or DateTime value. Empty strings are treated as
null.
Returns
|
public
Thelia\Model\Message
|
#
setVersion( integer $v )
Set the value of [version] column.
Set the value of [version] column.
Parameters
Returns
|
public
Thelia\Model\Message
|
#
setVersionCreatedAt( mixed $v )
Sets the value of [version_created_at] column to a normalized version of the
date/time value specified.
Sets the value of [version_created_at] column to a normalized version of the
date/time value specified.
Parameters
- $v
mixed $v string, integer (timestamp), or DateTime value. Empty strings are treated as
null.
Returns
|
public
Thelia\Model\Message
|
#
setVersionCreatedBy( string $v )
Set the value of [version_created_by] column.
Set the value of [version_created_by] column.
Parameters
Returns
|
public
boolean
|
#
hasOnlyDefaultValues( )
Indicates whether the columns in this object are only set to default
values.
Indicates whether the columns in this object are only set to default
values.
This method can be used in conjunction with isModified() to indicate whether
an object is both modified _and_ has some values set which are non-default.
Returns
boolean Whether the columns in this object are only been set with default values.
|
public
integer
|
#
hydrate( array $row, integer $startcol = 0, boolean $rehydrate = false )
Hydrates (populates) the object variables with values from the database
resultset.
Hydrates (populates) the object variables with values from the database
resultset.
An offset (0-based "start column") is specified so that objects can be
hydrated with a subset of the columns in the resultset rows. This is needed, for
example, for results of JOIN queries where the resultset row includes columns
from two or more tables.
Parameters
- $row
array $row The row returned by PDOStatement->fetch(PDO::FETCH_NUM)
- $startcol
integer $startcol 0-based offset column which indicates which restultset column to start
with.
- $rehydrate
boolean $rehydrate Whether this object is being re-hydrated from the database.
Returns
integer next starting column
Throws
PropelException - Any caught Exception will be rewrapped as a PropelException.
|
public
|
#
ensureConsistency( )
Checks and repairs the internal consistency of the object.
Checks and repairs the internal consistency of the object.
This method is executed after an already-instantiated object is re-hydrated
from the database. It exists to check any foreign keys to make sure that the
objects related to the current object are correct based on foreign key.
You can override this method in the stub class, but you should always invoke
the base method from the overridden method (i.e. parent::ensureConsistency()),
in case your model changes.
Throws
PropelException
|
public
|
#
reload( boolean $deep = false, PropelPDO $con = null )
Reloads this object from datastore based on primary key and (optionally)
resets all associated objects.
Reloads this object from datastore based on primary key and (optionally)
resets all associated objects.
This will only work if the object has been saved and has a valid primary key
set.
Parameters
- $deep
boolean $deep (optional) Whether to also de-associated any related objects.
- $con
PropelPDO $con (optional) The PropelPDO connection to use.
Throws
PropelException - if this object is deleted, unsaved or doesn't have pk match in db
|
public
|
#
delete( PropelPDO $con = null )
Removes this object from datastore and sets delete attribute.
Removes this object from datastore and sets delete attribute.
Parameters
Throws
See
BaseObject::setDeleted()
BaseObject::isDeleted()
|
public
integer
|
#
save( PropelPDO $con = null )
Persists this object to the database.
Persists this object to the database.
If the object is new, it inserts it; otherwise an update is performed. All
modified related objects will also be persisted in the doSave() method. This
method wraps all precipitate database operations in a single transaction.
Parameters
Returns
integer The number of rows affected by this insert/update and any referring fk objects'
save() operations.
Throws
See
|
protected
integer
|
#
doSave( PropelPDO $con )
Performs the work of inserting or updating the row in the database.
Performs the work of inserting or updating the row in the database.
If the object is new, it inserts it; otherwise an update is performed. All
related objects are also updated in this method.
Parameters
Returns
integer The number of rows affected by this insert/update and any referring fk objects'
save() operations.
Throws
PropelException
See
|
protected
|
#
doInsert( PropelPDO $con )
Insert the row in the database.
Insert the row in the database.
Parameters
Throws
PropelException
See
|
protected
|
#
doUpdate( PropelPDO $con )
Update the row in the database.
Update the row in the database.
Parameters
See
|
public
array
|
#
getValidationFailures( )
Gets any ValidationFailed objects that resulted from last call to
validate().
Gets any ValidationFailed objects that resulted from last call to
validate().
Returns
array ValidationFailed[]
See
|
public
boolean
|
#
validate( mixed $columns = null )
Validates the objects modified field values and all objects related to this
table.
Validates the objects modified field values and all objects related to this
table.
If $columns is either a column name or an array of column names only those
columns are validated.
Parameters
- $columns
mixed $columns Column name or an array of column names.
Returns
boolean Whether all columns pass validation.
See
|
protected
mixed
|
#
doValidate( array $columns = null )
This function performs the validation work for complex object models.
This function performs the validation work for complex object models.
In addition to checking the current object, all related objects will also be
validated. If all pass then <span
class="php-keyword1">true</span> is returned; otherwise an
aggreagated array of ValidationFailed objects will be returned.
Parameters
- $columns
array $columns Array of column names to validate.
Returns
mixed
<span class="php-keyword1">true</span> if all
validations pass; array of ValidationFailed objets otherwise.
|
public
mixed
|
#
getByName( string $name, string $type = Thelia\Model\om\BasePeer::TYPE_PHPNAME )
Retrieves a field from the object by name passed in as a string.
Retrieves a field from the object by name passed in as a string.
Parameters
- $name
string $name name
- $type
string $type The type of fieldname the $name is of: one of the class type constants
BasePeer::TYPE_PHPNAME, BasePeer::TYPE_STUDLYPHPNAME BasePeer::TYPE_COLNAME,
BasePeer::TYPE_FIELDNAME, BasePeer::TYPE_NUM. Defaults to BasePeer::TYPE_PHPNAME
Returns
mixed Value of field.
|
public
mixed
|
#
getByPosition( integer $pos )
Retrieves a field from the object by Position as specified in the xml schema.
Zero-based.
Retrieves a field from the object by Position as specified in the xml schema.
Zero-based.
Parameters
- $pos
integer $pos position in xml schema
Returns
mixed Value of field at $pos
|
public
array
|
#
toArray( string $keyType = Thelia\Model\om\BasePeer::TYPE_PHPNAME, boolean $includeLazyLoadColumns = true, array $alreadyDumpedObjects = array(), boolean $includeForeignObjects = false )
Exports the object as an array.
Exports the object as an array.
You can specify the key type of the array by passing one of the class type
constants.
Parameters
- $keyType
string $keyType (optional) One of the class type constants BasePeer::TYPE_PHPNAME,
BasePeer::TYPE_STUDLYPHPNAME, BasePeer::TYPE_COLNAME, BasePeer::TYPE_FIELDNAME,
BasePeer::TYPE_NUM. Defaults to BasePeer::TYPE_PHPNAME.
- $includeLazyLoadColumns
boolean $includeLazyLoadColumns (optional) Whether to include lazy loaded columns.
Defaults to true.
- $alreadyDumpedObjects
array $alreadyDumpedObjects List of objects to skip to avoid recursion
- $includeForeignObjects
boolean $includeForeignObjects (optional) Whether to include hydrated related objects.
Default to FALSE.
Returns
array an associative array containing the field names (as keys) and field values
|
public
|
#
setByName( string $name, mixed $value, string $type = Thelia\Model\om\BasePeer::TYPE_PHPNAME )
Sets a field from the object by name passed in as a string.
Sets a field from the object by name passed in as a string.
Parameters
- $name
string $name peer name
- $value
mixed $value field value
- $type
string $type The type of fieldname the $name is of: one of the class type constants
BasePeer::TYPE_PHPNAME, BasePeer::TYPE_STUDLYPHPNAME BasePeer::TYPE_COLNAME,
BasePeer::TYPE_FIELDNAME, BasePeer::TYPE_NUM. Defaults to BasePeer::TYPE_PHPNAME
|
public
|
#
setByPosition( integer $pos, mixed $value )
Sets a field from the object by Position as specified in the xml schema.
Zero-based.
Sets a field from the object by Position as specified in the xml schema.
Zero-based.
Parameters
- $pos
integer $pos position in xml schema
- $value
mixed $value field value
|
public
|
#
fromArray( array $arr, string $keyType = Thelia\Model\om\BasePeer::TYPE_PHPNAME )
Populates the object using an array.
Populates the object using an array.
This is particularly useful when populating an object from one of the request
arrays (e.g. $_POST). This method goes through the column names, checking to see
whether a matching key exists in populated array. If so the setByName() method
is called for that column.
You can specify the key type of the array by additionally passing one of the
class type constants BasePeer::TYPE_PHPNAME, BasePeer::TYPE_STUDLYPHPNAME,
BasePeer::TYPE_COLNAME, BasePeer::TYPE_FIELDNAME, BasePeer::TYPE_NUM. The
default key type is the column's BasePeer::TYPE_PHPNAME
Parameters
- $arr
array $arr An array to populate the object from.
- $keyType
string $keyType The type of keys the array uses.
|
public
Criteria
|
#
buildCriteria( )
Build a Criteria object containing the values of all modified columns in this
object.
Build a Criteria object containing the values of all modified columns in this
object.
Returns
Criteria The Criteria object containing all modified values.
|
public
Criteria
|
#
buildPkeyCriteria( )
Builds a Criteria object containing the primary key for this object.
Builds a Criteria object containing the primary key for this object.
Unlike buildCriteria() this method includes the primary key values regardless
of whether or not they have been modified.
Returns
Criteria The Criteria object containing value(s) for primary key(s).
|
public
integer
|
#
getPrimaryKey( )
Returns the primary key for this object (row).
Returns the primary key for this object (row).
Returns
integer
|
public
|
#
setPrimaryKey( integer $key )
Generic method to set the primary key (id column).
Generic method to set the primary key (id column).
Parameters
- $key
integer $key Primary key.
|
public
boolean
|
#
isPrimaryKeyNull( )
Returns true if the primary key for this object is null.
Returns true if the primary key for this object is null.
Returns
boolean
|
public
|
#
copyInto( object $copyObj, boolean $deepCopy = false, boolean $makeNew = true )
Sets contents of passed object to values from current object.
Sets contents of passed object to values from current object.
If desired, this method can also make copies of all associated (fkey
referrers) objects.
Parameters
- $copyObj
object $copyObj An object of Message (or compatible) type.
- $deepCopy
boolean $deepCopy Whether to also copy all rows that refer (by fkey) to the current row.
- $makeNew
boolean $makeNew Whether to reset autoincrement PKs and make the object new.
Throws
PropelException
|
public
Thelia\Model\Message
|
#
copy( boolean $deepCopy = false )
Makes a copy of this object that will be inserted as a new row in table when
saved. It creates a new object filling in the simple attributes, but skipping
any primary keys that are defined for the table.
Makes a copy of this object that will be inserted as a new row in table when
saved. It creates a new object filling in the simple attributes, but skipping
any primary keys that are defined for the table.
If desired, this method can also make copies of all associated (fkey
referrers) objects.
Parameters
- $deepCopy
boolean $deepCopy Whether to also copy all rows that refer (by fkey) to the current row.
Returns
Throws
PropelException
|
public
Thelia\Model\MessagePeer
|
#
getPeer( )
Returns a peer instance associated with this om.
Returns a peer instance associated with this om.
Since Peer classes are not to have any instance attributes, this method
returns the same instance for all member of this class. The method could
therefore be static, but this would prevent one from overriding the
behavior.
Returns
|
public
|
#
initRelation( string $relationName )
Initializes a collection based on the name of a relation. Avoids crafting an
'init[$relationName]s' method name that wouldn't work when
StandardEnglishPluralizer is used.
Initializes a collection based on the name of a relation. Avoids crafting an
'init[$relationName]s' method name that wouldn't work when
StandardEnglishPluralizer is used.
Parameters
- $relationName
string $relationName The name of the relation to initialize
|
public
|
#
clearMessageI18ns( )
Clears out the collMessageI18ns collection
Clears out the collMessageI18ns collection
This does not modify the database; however, it will remove any associated
objects, causing them to be refetched by subsequent calls to accessor
method.
See
addMessageI18ns()
|
public
|
#
resetPartialMessageI18ns( mixed $v = true )
reset is the collMessageI18ns collection loaded partially
reset is the collMessageI18ns collection loaded partially
|
public
|
#
initMessageI18ns( boolean $overrideExisting = true )
Initializes the collMessageI18ns collection.
Initializes the collMessageI18ns collection.
By default this just sets the collMessageI18ns collection to an empty array
(like clearcollMessageI18ns()); however, you may wish to override this method in
your stub class to provide setting appropriate to your application -- for
example, setting the initial array to the values stored in database.
Parameters
- $overrideExisting
boolean $overrideExisting If set to true, the method call initializes the collection
even if it is not empty
|
public
PropelObjectCollection|Thelia\Model\MessageI18n[]
|
#
getMessageI18ns( Criteria $criteria = null, PropelPDO $con = null )
Gets an array of MessageI18n objects which contain a foreign key that
references this object.
Gets an array of MessageI18n objects which contain a foreign key that
references this object.
If the $criteria is not null, it is used to always fetch the results from the
database. Otherwise the results are fetched from the database the first time,
then cached. Next time the same method is called without $criteria, the cached
collection is returned. If this Message is new, it will return an empty
collection or the current collection; the criteria is ignored on a new
object.
Parameters
- $criteria
Criteria $criteria optional Criteria object to narrow the query
- $con
PropelPDO $con optional connection object
Returns
Throws
PropelException
|
public
|
#
setMessageI18ns( PropelCollection $messageI18ns, PropelPDO $con = null )
Sets a collection of MessageI18n objects related by a one-to-many
relationship to the current object. It will also schedule objects for deletion
based on a diff between old objects (aka persisted) and new objects from the
given Propel collection.
Sets a collection of MessageI18n objects related by a one-to-many
relationship to the current object. It will also schedule objects for deletion
based on a diff between old objects (aka persisted) and new objects from the
given Propel collection.
Parameters
- $messageI18ns
PropelCollection $messageI18ns A Propel collection.
- $con
PropelPDO $con Optional connection object
|
public
integer
|
#
countMessageI18ns( Criteria $criteria = null, boolean $distinct = false, PropelPDO $con = null )
Returns the number of related MessageI18n objects.
Returns the number of related MessageI18n objects.
Parameters
- $criteria
Criteria $criteria
- $distinct
boolean $distinct
- $con
PropelPDO $con
Returns
integer Count of related MessageI18n objects.
Throws
PropelException
|
public
Thelia\Model\Message
|
#
addMessageI18n( Thelia\Model\MessageI18n $l )
Method called to associate a MessageI18n object to this object through the
MessageI18n foreign key attribute.
Method called to associate a MessageI18n object to this object through the
MessageI18n foreign key attribute.
Parameters
Returns
|
protected
|
|
public
|
|
public
|
#
clearMessageVersions( )
Clears out the collMessageVersions collection
Clears out the collMessageVersions collection
This does not modify the database; however, it will remove any associated
objects, causing them to be refetched by subsequent calls to accessor
method.
See
addMessageVersions()
|
public
|
#
resetPartialMessageVersions( mixed $v = true )
reset is the collMessageVersions collection loaded partially
reset is the collMessageVersions collection loaded partially
|
public
|
#
initMessageVersions( boolean $overrideExisting = true )
Initializes the collMessageVersions collection.
Initializes the collMessageVersions collection.
By default this just sets the collMessageVersions collection to an empty
array (like clearcollMessageVersions()); however, you may wish to override this
method in your stub class to provide setting appropriate to your application --
for example, setting the initial array to the values stored in database.
Parameters
- $overrideExisting
boolean $overrideExisting If set to true, the method call initializes the collection
even if it is not empty
|
public
PropelObjectCollection|Thelia\Model\MessageVersion[]
|
#
getMessageVersions( Criteria $criteria = null, PropelPDO $con = null )
Gets an array of MessageVersion objects which contain a foreign key that
references this object.
Gets an array of MessageVersion objects which contain a foreign key that
references this object.
If the $criteria is not null, it is used to always fetch the results from the
database. Otherwise the results are fetched from the database the first time,
then cached. Next time the same method is called without $criteria, the cached
collection is returned. If this Message is new, it will return an empty
collection or the current collection; the criteria is ignored on a new
object.
Parameters
- $criteria
Criteria $criteria optional Criteria object to narrow the query
- $con
PropelPDO $con optional connection object
Returns
Throws
PropelException
|
public
|
#
setMessageVersions( PropelCollection $messageVersions, PropelPDO $con = null )
Sets a collection of MessageVersion objects related by a one-to-many
relationship to the current object. It will also schedule objects for deletion
based on a diff between old objects (aka persisted) and new objects from the
given Propel collection.
Sets a collection of MessageVersion objects related by a one-to-many
relationship to the current object. It will also schedule objects for deletion
based on a diff between old objects (aka persisted) and new objects from the
given Propel collection.
Parameters
- $messageVersions
PropelCollection $messageVersions A Propel collection.
- $con
PropelPDO $con Optional connection object
|
public
integer
|
#
countMessageVersions( Criteria $criteria = null, boolean $distinct = false, PropelPDO $con = null )
Returns the number of related MessageVersion objects.
Returns the number of related MessageVersion objects.
Parameters
- $criteria
Criteria $criteria
- $distinct
boolean $distinct
- $con
PropelPDO $con
Returns
integer Count of related MessageVersion objects.
Throws
PropelException
|
public
Thelia\Model\Message
|
#
addMessageVersion( Thelia\Model\MessageVersion $l )
Method called to associate a MessageVersion object to this object through the
MessageVersion foreign key attribute.
Method called to associate a MessageVersion object to this object through the
MessageVersion foreign key attribute.
Parameters
Returns
|
protected
|
|
public
|
|
public
|
#
clear( )
Clears the current object and sets all attributes to their default values
Clears the current object and sets all attributes to their default values
|
public
|
#
clearAllReferences( boolean $deep = false )
Resets all references to other model objects or collections of model
objects.
Resets all references to other model objects or collections of model
objects.
This method is a user-space workaround for PHP's inability to garbage collect
objects with circular references (even in PHP 5.3). This is currently necessary
when using Propel in certain daemon or large-volumne/high-memory operations.
Parameters
- $deep
boolean $deep Whether to also clear the references on all referrer objects.
|
public
string
|
#
__toString( )
return the string representation of this object
return the string representation of this object
Returns
string
|
public
boolean
|
#
isAlreadyInSave( )
return true is the object is in saving state
return true is the object is in saving state
Returns
boolean
|
public
Thelia\Model\Message
|
#
keepUpdateDateUnchanged( )
Mark the current object so that the update date doesn't get updated during
next save
Mark the current object so that the update date doesn't get updated during
next save
Returns
|
public
Thelia\Model\Message
|
#
setLocale( string $locale = 'en_EN' )
Sets the locale for translations
Sets the locale for translations
Parameters
- $locale
string $locale Locale to use for the translation, e.g. 'fr_FR'
Returns
|
public
string
|
#
getLocale( )
Gets the locale for translations
Gets the locale for translations
Returns
string $locale Locale to use for the translation, e.g. 'fr_FR'
|
public
Thelia\Model\MessageI18n
|
#
getTranslation( string $locale = 'en_EN', PropelPDO $con = null )
Returns the current translation for a given locale
Returns the current translation for a given locale
Parameters
- $locale
string $locale Locale to use for the translation, e.g. 'fr_FR'
- $con
PropelPDO $con an optional connection object
Returns
|
public
Thelia\Model\Message
|
#
removeTranslation( string $locale = 'en_EN', PropelPDO $con = null )
Remove the translation for a given locale
Remove the translation for a given locale
Parameters
- $locale
string $locale Locale to use for the translation, e.g. 'fr_FR'
- $con
PropelPDO $con an optional connection object
Returns
|
public
Thelia\Model\MessageI18n
|
#
getCurrentTranslation( PropelPDO $con = null )
Returns the current translation
Returns the current translation
Parameters
- $con
PropelPDO $con an optional connection object
Returns
|
public
string
|
#
getTitle( )
Get the [title] column value.
Get the [title] column value.
Returns
string
|
public
Thelia\Model\MessageI18n
|
#
setTitle( string $v )
Set the value of [title] column.
Set the value of [title] column.
Parameters
Returns
|
public
string
|
#
getDescription( )
Get the [description] column value.
Get the [description] column value.
Returns
string
|
public
Thelia\Model\MessageI18n
|
#
setDescription( string $v )
Set the value of [description] column.
Set the value of [description] column.
Parameters
Returns
|
public
string
|
#
getDescriptionHtml( )
Get the [description_html] column value.
Get the [description_html] column value.
Returns
string
|
public
Thelia\Model\MessageI18n
|
#
setDescriptionHtml( string $v )
Set the value of [description_html] column.
Set the value of [description_html] column.
Parameters
Returns
|
public
Thelia\Model\Message
|
#
enforceVersioning( )
Enforce a new Version of this object upon next save.
Enforce a new Version of this object upon next save.
Returns
|
public
boolean
|
#
isVersioningNecessary( PropelPDO $con = null )
Checks whether the current state must be recorded as a version
Checks whether the current state must be recorded as a version
Parameters
- $con
PropelPDO $con An optional PropelPDO connection to use.
Returns
boolean
|
public
Thelia\Model\MessageVersion
|
#
addVersion( PropelPDO $con = null )
Creates a version of the current object and saves it.
Creates a version of the current object and saves it.
Parameters
- $con
PropelPDO $con the connection to use
Returns
|
public
Thelia\Model\Message
|
#
toVersion( integer $versionNumber, PropelPDO $con = null )
Sets the properties of the curent object to the value they had at a specific
version
Sets the properties of the curent object to the value they had at a specific
version
Parameters
- $versionNumber
integer $versionNumber The version number to read
- $con
PropelPDO $con the connection to use
Returns
Throws
PropelException - if no object with the given version can be found.
|
public
Thelia\Model\Message
|
#
populateFromVersion( Thelia\Model\MessageVersion $version, PropelPDO $con = null, array & $loadedObjects = array() )
Sets the properties of the curent object to the value they had at a specific
version
Sets the properties of the curent object to the value they had at a specific
version
Parameters
- $version
Thelia\Model\MessageVersion $version The version object to use
- $con
PropelPDO $con the connection to use
- $loadedObjects
array $loadedObjects objects thats been loaded in a chain of populateFromVersion calls
on referrer or fk objects.
Returns
|
public
integer
|
#
getLastVersionNumber( PropelPDO $con = null )
Gets the latest persisted version number for the current object
Gets the latest persisted version number for the current object
Parameters
- $con
PropelPDO $con the connection to use
Returns
integer
|
public
boolean
|
#
isLastVersion( PropelPDO $con = null )
Checks whether the current object is the latest one
Checks whether the current object is the latest one
Parameters
- $con
PropelPDO $con the connection to use
Returns
boolean
|
public
Thelia\Model\MessageVersion
|
#
getOneVersion( integer $versionNumber, PropelPDO $con = null )
Retrieves a version object for this entity and a version number
Retrieves a version object for this entity and a version number
Parameters
- $versionNumber
integer $versionNumber The version number to read
- $con
PropelPDO $con the connection to use
Returns
|
public
PropelObjectCollection
|
#
getAllVersions( PropelPDO $con = null )
Gets all the versions of this object, in incremental order
Gets all the versions of this object, in incremental order
Parameters
- $con
PropelPDO $con the connection to use
Returns
PropelObjectCollection A list of MessageVersion objects
|
public
array
|
#
compareVersion( integer $versionNumber, string $keys = 'columns', PropelPDO $con = null, array $ignoredColumns = array() )
Compares the current object with another of its version.
print_r($book->compareVersion(1));
=> array(
'1' => array('Title' => 'Book title at version 1'),
'2' => array('Title' => 'Book title at version 2')
);
Compares the current object with another of its version.
print_r($book->compareVersion(1));
=> array(
'1' => array('Title' => 'Book title at version 1'),
'2' => array('Title' => 'Book title at version 2')
);
Parameters
- $versionNumber
integer $versionNumber
- $keys
string $keys Main key used for the result diff (versions|columns)
- $con
PropelPDO $con the connection to use
- $ignoredColumns
array $ignoredColumns The columns to exclude from the diff.
Returns
array A list of differences
|
public
array
|
#
compareVersions( integer $fromVersionNumber, integer $toVersionNumber, string $keys = 'columns', PropelPDO $con = null, array $ignoredColumns = array() )
Compares two versions of the current object.
print_r($book->compareVersions(1, 2));
=> array(
'1' => array('Title' => 'Book title at version 1'),
'2' => array('Title' => 'Book title at version 2')
);
Compares two versions of the current object.
print_r($book->compareVersions(1, 2));
=> array(
'1' => array('Title' => 'Book title at version 1'),
'2' => array('Title' => 'Book title at version 2')
);
Parameters
- $fromVersionNumber
integer $fromVersionNumber
- $toVersionNumber
integer $toVersionNumber
- $keys
string $keys Main key used for the result diff (versions|columns)
- $con
PropelPDO $con the connection to use
- $ignoredColumns
array $ignoredColumns The columns to exclude from the diff.
Returns
array A list of differences
|
protected
array
|
#
computeDiff( array $fromVersion, array $toVersion, string $keys = 'columns', array $ignoredColumns = array() )
Computes the diff between two versions.
print_r($this->computeDiff(1, 2));
=> array(
'1' => array('Title' => 'Book title at version 1'),
'2' => array('Title' => 'Book title at version 2')
);
Computes the diff between two versions.
print_r($this->computeDiff(1, 2));
=> array(
'1' => array('Title' => 'Book title at version 1'),
'2' => array('Title' => 'Book title at version 2')
);
Parameters
- $fromVersion
array $fromVersion An array representing the original version.
- $toVersion
array $toVersion An array representing the destination version.
- $keys
string $keys Main key used for the result diff (versions|columns).
- $ignoredColumns
array $ignoredColumns The columns to exclude from the diff.
Returns
array A list of differences
|
public
PropelCollection|Thelia\Model\MessageVersion[]
|
#
getLastVersions( integer $number = 10, Thelia\Model\MessageVersionQuery|Criteria $criteria = null, PropelPDO $con = null )
retrieve the last $number versions.
retrieve the last $number versions.
Parameters
- $number
integer $number the number of record to return.
- $criteria
Thelia\Model\MessageVersionQuery|Criteria $criteria Additional criteria to filter.
- $con
PropelPDO $con An optional connection to use.
Returns
|