\Thelia\Model\BaseContent

Summary

Methods
Properties
Constants
applyDefaultValues()
__construct()
isModified()
isColumnModified()
getModifiedColumns()
isNew()
setNew()
isDeleted()
setDeleted()
resetModified()
equals()
hashCode()
getVirtualColumns()
hasVirtualColumn()
getVirtualColumn()
setVirtualColumn()
importFrom()
exportTo()
__sleep()
getId()
getVisible()
getPosition()
getCreatedAt()
getUpdatedAt()
getVersion()
getVersionCreatedAt()
getVersionCreatedBy()
setId()
setVisible()
setPosition()
setCreatedAt()
setUpdatedAt()
setVersion()
setVersionCreatedAt()
setVersionCreatedBy()
hasOnlyDefaultValues()
hydrate()
ensureConsistency()
reload()
delete()
save()
getByName()
getByPosition()
toArray()
setByName()
setByPosition()
fromArray()
buildCriteria()
buildPkeyCriteria()
getPrimaryKey()
setPrimaryKey()
isPrimaryKeyNull()
copyInto()
copy()
initRelation()
clearContentAssocs()
resetPartialContentAssocs()
initContentAssocs()
getContentAssocs()
setContentAssocs()
countContentAssocs()
addContentAssoc()
removeContentAssoc()
getContentAssocsJoinCategory()
getContentAssocsJoinProduct()
clearImages()
resetPartialImages()
initImages()
getImages()
setImages()
countImages()
addImage()
removeImage()
getImagesJoinProduct()
getImagesJoinCategory()
getImagesJoinFolder()
clearDocuments()
resetPartialDocuments()
initDocuments()
getDocuments()
setDocuments()
countDocuments()
addDocument()
removeDocument()
getDocumentsJoinProduct()
getDocumentsJoinCategory()
getDocumentsJoinFolder()
clearRewritings()
resetPartialRewritings()
initRewritings()
getRewritings()
setRewritings()
countRewritings()
addRewriting()
removeRewriting()
getRewritingsJoinProduct()
getRewritingsJoinCategory()
getRewritingsJoinFolder()
clearContentFolders()
resetPartialContentFolders()
initContentFolders()
getContentFolders()
setContentFolders()
countContentFolders()
addContentFolder()
removeContentFolder()
getContentFoldersJoinFolder()
clearContentI18ns()
resetPartialContentI18ns()
initContentI18ns()
getContentI18ns()
setContentI18ns()
countContentI18ns()
addContentI18n()
removeContentI18n()
clearContentVersions()
resetPartialContentVersions()
initContentVersions()
getContentVersions()
setContentVersions()
countContentVersions()
addContentVersion()
removeContentVersion()
clearFolders()
initFolders()
getFolders()
setFolders()
countFolders()
addFolder()
removeFolder()
clear()
clearAllReferences()
__toString()
keepUpdateDateUnchanged()
setLocale()
getLocale()
getTranslation()
removeTranslation()
getCurrentTranslation()
getTitle()
setTitle()
getDescription()
setDescription()
getChapo()
setChapo()
getPostscriptum()
setPostscriptum()
enforceVersioning()
isVersioningNecessary()
addVersion()
toVersion()
populateFromVersion()
getLastVersionNumber()
isLastVersion()
getOneVersion()
getAllVersions()
compareVersion()
compareVersions()
getLastVersions()
preSave()
postSave()
preInsert()
postInsert()
preUpdate()
postUpdate()
preDelete()
postDelete()
__call()
No public properties found
TABLE_MAP
log()
doSave()
doInsert()
doUpdate()
doAddContentAssoc()
doAddImage()
doAddDocument()
doAddRewriting()
doAddContentFolder()
doAddContentI18n()
doAddContentVersion()
doAddFolder()
computeDiff()
$new
$deleted
$modifiedColumns
$virtualColumns
$id
$visible
$position
$created_at
$updated_at
$version
$version_created_at
$version_created_by
$collContentAssocs
$collContentAssocsPartial
$collImages
$collImagesPartial
$collDocuments
$collDocumentsPartial
$collRewritings
$collRewritingsPartial
$collContentFolders
$collContentFoldersPartial
$collContentI18ns
$collContentI18nsPartial
$collContentVersions
$collContentVersionsPartial
$collFolders
$alreadyInSave
$currentLocale
$currentTranslations
$enforceVersion
$foldersScheduledForDeletion
$contentAssocsScheduledForDeletion
$imagesScheduledForDeletion
$documentsScheduledForDeletion
$rewritingsScheduledForDeletion
$contentFoldersScheduledForDeletion
$contentI18nsScheduledForDeletion
$contentVersionsScheduledForDeletion
N/A
No private methods found
No private properties found
N/A

Constants

TABLE_MAP

TABLE_MAP

TableMap class name

Properties

$new

$new : boolean

attribute to determine if this object has previously been saved.

Type

boolean

$deleted

$deleted : boolean

attribute to determine whether this object has been deleted.

Type

boolean

$modifiedColumns

$modifiedColumns : array

The columns that have been modified in current object.

Tracking modified columns allows us to only update modified columns.

Type

array

$virtualColumns

$virtualColumns : array

The (virtual) columns that are added at runtime The formatters can add supplementary columns based on a resultset

Type

array

$id

$id : int

The value for the id field.

Type

int

$visible

$visible : int

The value for the visible field.

Type

int

$position

$position : int

The value for the position field.

Type

int

$created_at

$created_at : string

The value for the created_at field.

Type

string

$updated_at

$updated_at : string

The value for the updated_at field.

Type

string

$version

$version : int

The value for the version field.

Note: this column has a database default value of: 0

Type

int

$version_created_at

$version_created_at : string

The value for the version_created_at field.

Type

string

$version_created_by

$version_created_by : string

The value for the version_created_by field.

Type

string

$collContentAssocs

$collContentAssocs : \Propel\Runtime\Collection\ObjectCollection|\Thelia\Model\ContentAssoc[]

Type

\Propel\Runtime\Collection\ObjectCollection|\Thelia\Model\ContentAssoc[] — Collection to store aggregation of ChildContentAssoc objects.

$collContentAssocsPartial

$collContentAssocsPartial

$collImages

$collImages : \Propel\Runtime\Collection\ObjectCollection|\Thelia\Model\Image[]

Type

\Propel\Runtime\Collection\ObjectCollection|\Thelia\Model\Image[] — Collection to store aggregation of ChildImage objects.

$collImagesPartial

$collImagesPartial

$collDocuments

$collDocuments : \Propel\Runtime\Collection\ObjectCollection|\Thelia\Model\Document[]

Type

\Propel\Runtime\Collection\ObjectCollection|\Thelia\Model\Document[] — Collection to store aggregation of ChildDocument objects.

$collDocumentsPartial

$collDocumentsPartial

$collRewritings

$collRewritings : \Propel\Runtime\Collection\ObjectCollection|\Thelia\Model\Rewriting[]

Type

\Propel\Runtime\Collection\ObjectCollection|\Thelia\Model\Rewriting[] — Collection to store aggregation of ChildRewriting objects.

$collRewritingsPartial

$collRewritingsPartial

$collContentFolders

$collContentFolders : \Propel\Runtime\Collection\ObjectCollection|\Thelia\Model\ContentFolder[]

Type

\Propel\Runtime\Collection\ObjectCollection|\Thelia\Model\ContentFolder[] — Collection to store aggregation of ChildContentFolder objects.

$collContentFoldersPartial

$collContentFoldersPartial

$collContentI18ns

$collContentI18ns : \Propel\Runtime\Collection\ObjectCollection|\Thelia\Model\ContentI18n[]

Type

\Propel\Runtime\Collection\ObjectCollection|\Thelia\Model\ContentI18n[] — Collection to store aggregation of ChildContentI18n objects.

$collContentI18nsPartial

$collContentI18nsPartial

$collContentVersions

$collContentVersions : \Propel\Runtime\Collection\ObjectCollection|\Thelia\Model\ContentVersion[]

Type

\Propel\Runtime\Collection\ObjectCollection|\Thelia\Model\ContentVersion[] — Collection to store aggregation of ChildContentVersion objects.

$collContentVersionsPartial

$collContentVersionsPartial

$collFolders

$collFolders : \Thelia\Model\Folder[]

Type

\Thelia\Model\Folder[] — Collection to store aggregation of ChildFolder objects.

$alreadyInSave

$alreadyInSave : boolean

Flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.

Type

boolean

$currentLocale

$currentLocale : string

Current locale

Type

string

$currentTranslations

$currentTranslations : \Thelia\Model\Base\array[ChildContentI18n]

Current translation objects

Type

\Thelia\Model\Base\array[ChildContentI18n]

$enforceVersion

$enforceVersion : bool

Type

bool

$foldersScheduledForDeletion

$foldersScheduledForDeletion : \Propel\Runtime\Collection\ObjectCollection

An array of objects scheduled for deletion.

Type

\Propel\Runtime\Collection\ObjectCollection

$contentAssocsScheduledForDeletion

$contentAssocsScheduledForDeletion : \Propel\Runtime\Collection\ObjectCollection

An array of objects scheduled for deletion.

Type

\Propel\Runtime\Collection\ObjectCollection

$imagesScheduledForDeletion

$imagesScheduledForDeletion : \Propel\Runtime\Collection\ObjectCollection

An array of objects scheduled for deletion.

Type

\Propel\Runtime\Collection\ObjectCollection

$documentsScheduledForDeletion

$documentsScheduledForDeletion : \Propel\Runtime\Collection\ObjectCollection

An array of objects scheduled for deletion.

Type

\Propel\Runtime\Collection\ObjectCollection

$rewritingsScheduledForDeletion

$rewritingsScheduledForDeletion : \Propel\Runtime\Collection\ObjectCollection

An array of objects scheduled for deletion.

Type

\Propel\Runtime\Collection\ObjectCollection

$contentFoldersScheduledForDeletion

$contentFoldersScheduledForDeletion : \Propel\Runtime\Collection\ObjectCollection

An array of objects scheduled for deletion.

Type

\Propel\Runtime\Collection\ObjectCollection

$contentI18nsScheduledForDeletion

$contentI18nsScheduledForDeletion : \Propel\Runtime\Collection\ObjectCollection

An array of objects scheduled for deletion.

Type

\Propel\Runtime\Collection\ObjectCollection

$contentVersionsScheduledForDeletion

$contentVersionsScheduledForDeletion : \Propel\Runtime\Collection\ObjectCollection

An array of objects scheduled for deletion.

Type

\Propel\Runtime\Collection\ObjectCollection

Methods

applyDefaultValues()

applyDefaultValues()

Applies default values to this object.

This method should be called from the object's constructor (or equivalent initialization method).

__construct()

__construct()

Initializes internal state of Thelia\Model\Base\Content object.

isModified()

isModified() : boolean

Returns whether the object has been modified.

Returns

boolean —

True if the object has been modified.

isColumnModified()

isColumnModified(string $col) : boolean

Has specified column been modified?

Parameters

string $col

column fully qualified name (TableMap::TYPE_COLNAME), e.g. Book::AUTHOR_ID

Returns

boolean —

True if $col has been modified.

getModifiedColumns()

getModifiedColumns() : array

Get the columns that have been modified in this object.

Returns

array —

A unique list of the modified column names for this object.

isNew()

isNew() : \Thelia\Model\Base\true,

Returns whether the object has ever been saved. This will be false, if the object was retrieved from storage or was created and then saved.

Returns

\Thelia\Model\Base\true, —

if the object has never been persisted.

setNew()

setNew(boolean $b)

Setter for the isNew attribute. This method will be called by Propel-generated children and objects.

Parameters

boolean $b

the state of the object.

isDeleted()

isDeleted() : boolean

Whether this object has been deleted.

Returns

boolean —

The deleted state of this object.

setDeleted()

setDeleted(boolean $b) : void

Specify whether this object has been deleted.

Parameters

boolean $b

The deleted state of this object.

resetModified()

resetModified(string $col) : void

Sets the modified state for the object to be false.

Parameters

string $col

If supplied, only the specified column is reset.

equals()

equals( $obj) : \Thelia\Model\Base\Whether

Compares this with another <code>Content</code> instance. If <code>obj</code> is an instance of <code>Content</code>, delegates to <code>equals(Content)</code>. Otherwise, returns <code>false</code>.

Parameters

$obj

Returns

\Thelia\Model\Base\Whether —

equal to the object specified.

hashCode()

hashCode() : int

If the primary key is not null, return the hashcode of the primary key. Otherwise, return the hash code of the object.

Returns

int —

Hashcode

getVirtualColumns()

getVirtualColumns() : array

Get the associative array of the virtual columns in this object

Returns

array

hasVirtualColumn()

hasVirtualColumn( $name) : boolean

Checks the existence of a virtual column in this object

Parameters

$name

Returns

boolean

getVirtualColumn()

getVirtualColumn( $name) : mixed

Get the value of a virtual column in this object

Parameters

$name

Returns

mixed

setVirtualColumn()

setVirtualColumn(string $name, mixed $value) : \Thelia\Model\Base\Content

Set the value of a virtual column in this object

Parameters

string $name

The virtual column name

mixed $value

The value to give to the virtual column

Returns

\Thelia\Model\Base\Content

The current object, for fluid interface

importFrom()

importFrom(mixed $parser, string $data) : \Thelia\Model\Base\Content

Populate the current object from a string, using a given parser format <code> $book = new Book(); $book->importFrom('JSON', '{"Id":9012,"Title":"Don Juan","ISBN":"0140422161","Price":12.99,"PublisherId":1234,"AuthorId":5678}'); </code>

Parameters

mixed $parser

A AbstractParser instance, or a format name ('XML', 'YAML', 'JSON', 'CSV')

string $data

The source data to import from

Returns

\Thelia\Model\Base\Content

The current object, for fluid interface

exportTo()

exportTo(mixed $parser, boolean $includeLazyLoadColumns) : string

Export the current object properties to a string, using a given parser format <code> $book = BookQuery::create()->findPk(9012); echo $book->exportTo('JSON'); => {"Id":9012,"Title":"Don Juan","ISBN":"0140422161","Price":12.99,"PublisherId":1234,"AuthorId":5678}'); </code>

Parameters

mixed $parser

A AbstractParser instance, or a format name ('XML', 'YAML', 'JSON', 'CSV')

boolean $includeLazyLoadColumns

(optional) Whether to include lazy load(ed) columns. Defaults to TRUE.

Returns

string —

The exported data

__sleep()

__sleep()

Clean up internal collections prior to serializing Avoids recursive loops that turn into segmentation faults when serializing

getId()

getId() : int

Get the [id] column value.

Returns

int

getVisible()

getVisible() : int

Get the [visible] column value.

Returns

int

getPosition()

getPosition() : int

Get the [position] column value.

Returns

int

getCreatedAt()

getCreatedAt(string $format) : mixed

Get the [optionally formatted] temporal [created_at] column value.

Parameters

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.

Throws

\Propel\Runtime\Exception\PropelException
  • if unable to parse/validate the date/time value.

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

getUpdatedAt()

getUpdatedAt(string $format) : mixed

Get the [optionally formatted] temporal [updated_at] column value.

Parameters

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.

Throws

\Propel\Runtime\Exception\PropelException
  • if unable to parse/validate the date/time value.

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

getVersion()

getVersion() : int

Get the [version] column value.

Returns

int

getVersionCreatedAt()

getVersionCreatedAt(string $format) : mixed

Get the [optionally formatted] temporal [version_created_at] column value.

Parameters

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.

Throws

\Propel\Runtime\Exception\PropelException
  • if unable to parse/validate the date/time value.

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

getVersionCreatedBy()

getVersionCreatedBy() : string

Get the [version_created_by] column value.

Returns

string

setId()

setId(int $v) : \Thelia\Model\Content

Set the value of [id] column.

Parameters

int $v

new value

Returns

\Thelia\Model\Content

The current object (for fluent API support)

setVisible()

setVisible(int $v) : \Thelia\Model\Content

Set the value of [visible] column.

Parameters

int $v

new value

Returns

\Thelia\Model\Content

The current object (for fluent API support)

setPosition()

setPosition(int $v) : \Thelia\Model\Content

Set the value of [position] column.

Parameters

int $v

new value

Returns

\Thelia\Model\Content

The current object (for fluent API support)

setCreatedAt()

setCreatedAt(mixed $v) : \Thelia\Model\Content

Sets the value of [created_at] column to a normalized version of the date/time value specified.

Parameters

mixed $v

string, integer (timestamp), or \DateTime value. Empty strings are treated as NULL.

Returns

\Thelia\Model\Content

The current object (for fluent API support)

setUpdatedAt()

setUpdatedAt(mixed $v) : \Thelia\Model\Content

Sets the value of [updated_at] column to a normalized version of the date/time value specified.

Parameters

mixed $v

string, integer (timestamp), or \DateTime value. Empty strings are treated as NULL.

Returns

\Thelia\Model\Content

The current object (for fluent API support)

setVersion()

setVersion(int $v) : \Thelia\Model\Content

Set the value of [version] column.

Parameters

int $v

new value

Returns

\Thelia\Model\Content

The current object (for fluent API support)

setVersionCreatedAt()

setVersionCreatedAt(mixed $v) : \Thelia\Model\Content

Sets the value of [version_created_at] column to a normalized version of the date/time value specified.

Parameters

mixed $v

string, integer (timestamp), or \DateTime value. Empty strings are treated as NULL.

Returns

\Thelia\Model\Content

The current object (for fluent API support)

setVersionCreatedBy()

setVersionCreatedBy(string $v) : \Thelia\Model\Content

Set the value of [version_created_by] column.

Parameters

string $v

new value

Returns

\Thelia\Model\Content

The current object (for fluent API support)

hasOnlyDefaultValues()

hasOnlyDefaultValues() : boolean

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.

hydrate()

hydrate(array $row, int $startcol, boolean $rehydrate, string $indexType) : int

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

array $row

The row returned by DataFetcher->fetch().

int $startcol

0-based offset column which indicates which restultset column to start with.

boolean $rehydrate

Whether this object is being re-hydrated from the database.

string $indexType

The index type of $row. Mostly DataFetcher->getIndexType(). One of the class type constants TableMap::TYPE_PHPNAME, TableMap::TYPE_STUDLYPHPNAME TableMap::TYPE_COLNAME, TableMap::TYPE_FIELDNAME, TableMap::TYPE_NUM.

Throws

\Propel\Runtime\Exception\PropelException
  • Any caught Exception will be rewrapped as a PropelException.

Returns

int —

next starting column

ensureConsistency()

ensureConsistency()

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

\Propel\Runtime\Exception\PropelException

reload()

reload(boolean $deep, \Propel\Runtime\Connection\ConnectionInterface $con) : void

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

boolean $deep

(optional) Whether to also de-associated any related objects.

\Propel\Runtime\Connection\ConnectionInterface $con

(optional) The ConnectionInterface connection to use.

Throws

\Propel\Runtime\Exception\PropelException
  • if this object is deleted, unsaved or doesn't have pk match in db

delete()

delete(\Propel\Runtime\Connection\ConnectionInterface $con) : void

Removes this object from datastore and sets delete attribute.

Parameters

\Propel\Runtime\Connection\ConnectionInterface $con

Throws

\Propel\Runtime\Exception\PropelException

save()

save(\Propel\Runtime\Connection\ConnectionInterface $con) : int

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

\Propel\Runtime\Connection\ConnectionInterface $con

Throws

\Propel\Runtime\Exception\PropelException

Returns

int —

The number of rows affected by this insert/update and any referring fk objects' save() operations.

getByName()

getByName(string $name, string $type) : mixed

Retrieves a field from the object by name passed in as a string.

Parameters

string $name

name

string $type

The type of fieldname the $name is of: one of the class type constants TableMap::TYPE_PHPNAME, TableMap::TYPE_STUDLYPHPNAME TableMap::TYPE_COLNAME, TableMap::TYPE_FIELDNAME, TableMap::TYPE_NUM. Defaults to TableMap::TYPE_PHPNAME.

Returns

mixed —

Value of field.

getByPosition()

getByPosition(int $pos) : mixed

Retrieves a field from the object by Position as specified in the xml schema.

Zero-based.

Parameters

int $pos

position in xml schema

Returns

mixed —

Value of field at $pos

toArray()

toArray(string $keyType, boolean $includeLazyLoadColumns, array $alreadyDumpedObjects, boolean $includeForeignObjects) : 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

string $keyType

(optional) One of the class type constants TableMap::TYPE_PHPNAME, TableMap::TYPE_STUDLYPHPNAME, TableMap::TYPE_COLNAME, TableMap::TYPE_FIELDNAME, TableMap::TYPE_NUM. Defaults to TableMap::TYPE_PHPNAME.

boolean $includeLazyLoadColumns

(optional) Whether to include lazy loaded columns. Defaults to TRUE.

array $alreadyDumpedObjects

List of objects to skip to avoid recursion

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

setByName()

setByName(string $name, mixed $value, string $type) : void

Sets a field from the object by name passed in as a string.

Parameters

string $name
mixed $value

field value

string $type

The type of fieldname the $name is of: one of the class type constants TableMap::TYPE_PHPNAME, TableMap::TYPE_STUDLYPHPNAME TableMap::TYPE_COLNAME, TableMap::TYPE_FIELDNAME, TableMap::TYPE_NUM. Defaults to TableMap::TYPE_PHPNAME.

setByPosition()

setByPosition(int $pos, mixed $value) : void

Sets a field from the object by Position as specified in the xml schema.

Zero-based.

Parameters

int $pos

position in xml schema

mixed $value

field value

fromArray()

fromArray(array $arr, string $keyType) : void

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 TableMap::TYPE_PHPNAME, TableMap::TYPE_STUDLYPHPNAME, TableMap::TYPE_COLNAME, TableMap::TYPE_FIELDNAME, TableMap::TYPE_NUM. The default key type is the column's TableMap::TYPE_PHPNAME.

Parameters

array $arr

An array to populate the object from.

string $keyType

The type of keys the array uses.

buildCriteria()

buildCriteria() : \Propel\Runtime\ActiveQuery\Criteria

Build a Criteria object containing the values of all modified columns in this object.

Returns

\Propel\Runtime\ActiveQuery\Criteria —

The Criteria object containing all modified values.

buildPkeyCriteria()

buildPkeyCriteria() : \Propel\Runtime\ActiveQuery\Criteria

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

\Propel\Runtime\ActiveQuery\Criteria —

The Criteria object containing value(s) for primary key(s).

getPrimaryKey()

getPrimaryKey() : int

Returns the primary key for this object (row).

Returns

int

setPrimaryKey()

setPrimaryKey(int $key) : void

Generic method to set the primary key (id column).

Parameters

int $key

Primary key.

isPrimaryKeyNull()

isPrimaryKeyNull() : boolean

Returns true if the primary key for this object is null.

Returns

boolean

copyInto()

copyInto(object $copyObj, boolean $deepCopy, boolean $makeNew)

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

object $copyObj

An object of \Thelia\Model\Content (or compatible) type.

boolean $deepCopy

Whether to also copy all rows that refer (by fkey) to the current row.

boolean $makeNew

Whether to reset autoincrement PKs and make the object new.

Throws

\Propel\Runtime\Exception\PropelException

copy()

copy(boolean $deepCopy) : \Thelia\Model\Content

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

boolean $deepCopy

Whether to also copy all rows that refer (by fkey) to the current row.

Throws

\Propel\Runtime\Exception\PropelException

Returns

\Thelia\Model\Content

Clone of current object.

initRelation()

initRelation(string $relationName) : void

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

string $relationName

The name of the relation to initialize

clearContentAssocs()

clearContentAssocs() : void

Clears out the collContentAssocs 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.

resetPartialContentAssocs()

resetPartialContentAssocs( $v)

Reset is the collContentAssocs collection loaded partially.

Parameters

$v

initContentAssocs()

initContentAssocs(boolean $overrideExisting) : void

Initializes the collContentAssocs collection.

By default this just sets the collContentAssocs collection to an empty array (like clearcollContentAssocs()); 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

boolean $overrideExisting

If set to true, the method call initializes the collection even if it is not empty

getContentAssocs()

getContentAssocs(\Propel\Runtime\ActiveQuery\Criteria $criteria, \Propel\Runtime\Connection\ConnectionInterface $con) : \Propel\Runtime\Collection\Collection|\Thelia\Model\ContentAssoc[]

Gets an array of ChildContentAssoc 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 ChildContent is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters

\Propel\Runtime\ActiveQuery\Criteria $criteria

optional Criteria object to narrow the query

\Propel\Runtime\Connection\ConnectionInterface $con

optional connection object

Throws

\Propel\Runtime\Exception\PropelException

Returns

\Propel\Runtime\Collection\Collection|\Thelia\Model\ContentAssoc[] —

List of ChildContentAssoc objects

setContentAssocs()

setContentAssocs(\Propel\Runtime\Collection\Collection $contentAssocs, \Propel\Runtime\Connection\ConnectionInterface $con) : \Thelia\Model\Content

Sets a collection of ContentAssoc 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

\Propel\Runtime\Collection\Collection $contentAssocs

A Propel collection.

\Propel\Runtime\Connection\ConnectionInterface $con

Optional connection object

Returns

\Thelia\Model\Content

The current object (for fluent API support)

countContentAssocs()

countContentAssocs(\Propel\Runtime\ActiveQuery\Criteria $criteria, boolean $distinct, \Propel\Runtime\Connection\ConnectionInterface $con) : int

Returns the number of related ContentAssoc objects.

Parameters

\Propel\Runtime\ActiveQuery\Criteria $criteria
boolean $distinct
\Propel\Runtime\Connection\ConnectionInterface $con

Throws

\Propel\Runtime\Exception\PropelException

Returns

int —

Count of related ContentAssoc objects.

addContentAssoc()

addContentAssoc(\Thelia\Model\ContentAssoc $l) : \Thelia\Model\Content

Method called to associate a ChildContentAssoc object to this object through the ChildContentAssoc foreign key attribute.

Parameters

\Thelia\Model\ContentAssoc $l

ChildContentAssoc

Returns

\Thelia\Model\Content

The current object (for fluent API support)

removeContentAssoc()

removeContentAssoc(\Thelia\Model\Base\ContentAssoc $contentAssoc) : \Thelia\Model\Content

Parameters

\Thelia\Model\Base\ContentAssoc $contentAssoc

The contentAssoc object to remove.

Returns

\Thelia\Model\Content

The current object (for fluent API support)

getContentAssocsJoinCategory()

getContentAssocsJoinCategory(\Propel\Runtime\ActiveQuery\Criteria $criteria, \Propel\Runtime\Connection\ConnectionInterface $con, string $joinBehavior) : \Propel\Runtime\Collection\Collection|\Thelia\Model\ContentAssoc[]

If this collection has already been initialized with an identical criteria, it returns the collection.

Otherwise if this Content is new, it will return an empty collection; or if this Content has previously been saved, it will retrieve related ContentAssocs from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in Content.

Parameters

\Propel\Runtime\ActiveQuery\Criteria $criteria

optional Criteria object to narrow the query

\Propel\Runtime\Connection\ConnectionInterface $con

optional connection object

string $joinBehavior

optional join type to use (defaults to Criteria::LEFT_JOIN)

Returns

\Propel\Runtime\Collection\Collection|\Thelia\Model\ContentAssoc[] —

List of ChildContentAssoc objects

getContentAssocsJoinProduct()

getContentAssocsJoinProduct(\Propel\Runtime\ActiveQuery\Criteria $criteria, \Propel\Runtime\Connection\ConnectionInterface $con, string $joinBehavior) : \Propel\Runtime\Collection\Collection|\Thelia\Model\ContentAssoc[]

If this collection has already been initialized with an identical criteria, it returns the collection.

Otherwise if this Content is new, it will return an empty collection; or if this Content has previously been saved, it will retrieve related ContentAssocs from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in Content.

Parameters

\Propel\Runtime\ActiveQuery\Criteria $criteria

optional Criteria object to narrow the query

\Propel\Runtime\Connection\ConnectionInterface $con

optional connection object

string $joinBehavior

optional join type to use (defaults to Criteria::LEFT_JOIN)

Returns

\Propel\Runtime\Collection\Collection|\Thelia\Model\ContentAssoc[] —

List of ChildContentAssoc objects

clearImages()

clearImages() : void

Clears out the collImages 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.

resetPartialImages()

resetPartialImages( $v)

Reset is the collImages collection loaded partially.

Parameters

$v

initImages()

initImages(boolean $overrideExisting) : void

Initializes the collImages collection.

By default this just sets the collImages collection to an empty array (like clearcollImages()); 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

boolean $overrideExisting

If set to true, the method call initializes the collection even if it is not empty

getImages()

getImages(\Propel\Runtime\ActiveQuery\Criteria $criteria, \Propel\Runtime\Connection\ConnectionInterface $con) : \Propel\Runtime\Collection\Collection|\Thelia\Model\Image[]

Gets an array of ChildImage 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 ChildContent is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters

\Propel\Runtime\ActiveQuery\Criteria $criteria

optional Criteria object to narrow the query

\Propel\Runtime\Connection\ConnectionInterface $con

optional connection object

Throws

\Propel\Runtime\Exception\PropelException

Returns

\Propel\Runtime\Collection\Collection|\Thelia\Model\Image[] —

List of ChildImage objects

setImages()

setImages(\Propel\Runtime\Collection\Collection $images, \Propel\Runtime\Connection\ConnectionInterface $con) : \Thelia\Model\Content

Sets a collection of Image 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

\Propel\Runtime\Collection\Collection $images

A Propel collection.

\Propel\Runtime\Connection\ConnectionInterface $con

Optional connection object

Returns

\Thelia\Model\Content

The current object (for fluent API support)

countImages()

countImages(\Propel\Runtime\ActiveQuery\Criteria $criteria, boolean $distinct, \Propel\Runtime\Connection\ConnectionInterface $con) : int

Returns the number of related Image objects.

Parameters

\Propel\Runtime\ActiveQuery\Criteria $criteria
boolean $distinct
\Propel\Runtime\Connection\ConnectionInterface $con

Throws

\Propel\Runtime\Exception\PropelException

Returns

int —

Count of related Image objects.

addImage()

addImage(\Thelia\Model\Image $l) : \Thelia\Model\Content

Method called to associate a ChildImage object to this object through the ChildImage foreign key attribute.

Parameters

\Thelia\Model\Image $l

ChildImage

Returns

\Thelia\Model\Content

The current object (for fluent API support)

removeImage()

removeImage(\Thelia\Model\Base\Image $image) : \Thelia\Model\Content

Parameters

\Thelia\Model\Base\Image $image

The image object to remove.

Returns

\Thelia\Model\Content

The current object (for fluent API support)

getImagesJoinProduct()

getImagesJoinProduct(\Propel\Runtime\ActiveQuery\Criteria $criteria, \Propel\Runtime\Connection\ConnectionInterface $con, string $joinBehavior) : \Propel\Runtime\Collection\Collection|\Thelia\Model\Image[]

If this collection has already been initialized with an identical criteria, it returns the collection.

Otherwise if this Content is new, it will return an empty collection; or if this Content has previously been saved, it will retrieve related Images from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in Content.

Parameters

\Propel\Runtime\ActiveQuery\Criteria $criteria

optional Criteria object to narrow the query

\Propel\Runtime\Connection\ConnectionInterface $con

optional connection object

string $joinBehavior

optional join type to use (defaults to Criteria::LEFT_JOIN)

Returns

\Propel\Runtime\Collection\Collection|\Thelia\Model\Image[] —

List of ChildImage objects

getImagesJoinCategory()

getImagesJoinCategory(\Propel\Runtime\ActiveQuery\Criteria $criteria, \Propel\Runtime\Connection\ConnectionInterface $con, string $joinBehavior) : \Propel\Runtime\Collection\Collection|\Thelia\Model\Image[]

If this collection has already been initialized with an identical criteria, it returns the collection.

Otherwise if this Content is new, it will return an empty collection; or if this Content has previously been saved, it will retrieve related Images from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in Content.

Parameters

\Propel\Runtime\ActiveQuery\Criteria $criteria

optional Criteria object to narrow the query

\Propel\Runtime\Connection\ConnectionInterface $con

optional connection object

string $joinBehavior

optional join type to use (defaults to Criteria::LEFT_JOIN)

Returns

\Propel\Runtime\Collection\Collection|\Thelia\Model\Image[] —

List of ChildImage objects

getImagesJoinFolder()

getImagesJoinFolder(\Propel\Runtime\ActiveQuery\Criteria $criteria, \Propel\Runtime\Connection\ConnectionInterface $con, string $joinBehavior) : \Propel\Runtime\Collection\Collection|\Thelia\Model\Image[]

If this collection has already been initialized with an identical criteria, it returns the collection.

Otherwise if this Content is new, it will return an empty collection; or if this Content has previously been saved, it will retrieve related Images from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in Content.

Parameters

\Propel\Runtime\ActiveQuery\Criteria $criteria

optional Criteria object to narrow the query

\Propel\Runtime\Connection\ConnectionInterface $con

optional connection object

string $joinBehavior

optional join type to use (defaults to Criteria::LEFT_JOIN)

Returns

\Propel\Runtime\Collection\Collection|\Thelia\Model\Image[] —

List of ChildImage objects

clearDocuments()

clearDocuments() : void

Clears out the collDocuments 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.

resetPartialDocuments()

resetPartialDocuments( $v)

Reset is the collDocuments collection loaded partially.

Parameters

$v

initDocuments()

initDocuments(boolean $overrideExisting) : void

Initializes the collDocuments collection.

By default this just sets the collDocuments collection to an empty array (like clearcollDocuments()); 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

boolean $overrideExisting

If set to true, the method call initializes the collection even if it is not empty

getDocuments()

getDocuments(\Propel\Runtime\ActiveQuery\Criteria $criteria, \Propel\Runtime\Connection\ConnectionInterface $con) : \Propel\Runtime\Collection\Collection|\Thelia\Model\Document[]

Gets an array of ChildDocument 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 ChildContent is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters

\Propel\Runtime\ActiveQuery\Criteria $criteria

optional Criteria object to narrow the query

\Propel\Runtime\Connection\ConnectionInterface $con

optional connection object

Throws

\Propel\Runtime\Exception\PropelException

Returns

\Propel\Runtime\Collection\Collection|\Thelia\Model\Document[] —

List of ChildDocument objects

setDocuments()

setDocuments(\Propel\Runtime\Collection\Collection $documents, \Propel\Runtime\Connection\ConnectionInterface $con) : \Thelia\Model\Content

Sets a collection of Document 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

\Propel\Runtime\Collection\Collection $documents

A Propel collection.

\Propel\Runtime\Connection\ConnectionInterface $con

Optional connection object

Returns

\Thelia\Model\Content

The current object (for fluent API support)

countDocuments()

countDocuments(\Propel\Runtime\ActiveQuery\Criteria $criteria, boolean $distinct, \Propel\Runtime\Connection\ConnectionInterface $con) : int

Returns the number of related Document objects.

Parameters

\Propel\Runtime\ActiveQuery\Criteria $criteria
boolean $distinct
\Propel\Runtime\Connection\ConnectionInterface $con

Throws

\Propel\Runtime\Exception\PropelException

Returns

int —

Count of related Document objects.

addDocument()

addDocument(\Thelia\Model\Document $l) : \Thelia\Model\Content

Method called to associate a ChildDocument object to this object through the ChildDocument foreign key attribute.

Parameters

\Thelia\Model\Document $l

ChildDocument

Returns

\Thelia\Model\Content

The current object (for fluent API support)

removeDocument()

removeDocument(\Thelia\Model\Base\Document $document) : \Thelia\Model\Content

Parameters

\Thelia\Model\Base\Document $document

The document object to remove.

Returns

\Thelia\Model\Content

The current object (for fluent API support)

getDocumentsJoinProduct()

getDocumentsJoinProduct(\Propel\Runtime\ActiveQuery\Criteria $criteria, \Propel\Runtime\Connection\ConnectionInterface $con, string $joinBehavior) : \Propel\Runtime\Collection\Collection|\Thelia\Model\Document[]

If this collection has already been initialized with an identical criteria, it returns the collection.

Otherwise if this Content is new, it will return an empty collection; or if this Content has previously been saved, it will retrieve related Documents from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in Content.

Parameters

\Propel\Runtime\ActiveQuery\Criteria $criteria

optional Criteria object to narrow the query

\Propel\Runtime\Connection\ConnectionInterface $con

optional connection object

string $joinBehavior

optional join type to use (defaults to Criteria::LEFT_JOIN)

Returns

\Propel\Runtime\Collection\Collection|\Thelia\Model\Document[] —

List of ChildDocument objects

getDocumentsJoinCategory()

getDocumentsJoinCategory(\Propel\Runtime\ActiveQuery\Criteria $criteria, \Propel\Runtime\Connection\ConnectionInterface $con, string $joinBehavior) : \Propel\Runtime\Collection\Collection|\Thelia\Model\Document[]

If this collection has already been initialized with an identical criteria, it returns the collection.

Otherwise if this Content is new, it will return an empty collection; or if this Content has previously been saved, it will retrieve related Documents from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in Content.

Parameters

\Propel\Runtime\ActiveQuery\Criteria $criteria

optional Criteria object to narrow the query

\Propel\Runtime\Connection\ConnectionInterface $con

optional connection object

string $joinBehavior

optional join type to use (defaults to Criteria::LEFT_JOIN)

Returns

\Propel\Runtime\Collection\Collection|\Thelia\Model\Document[] —

List of ChildDocument objects

getDocumentsJoinFolder()

getDocumentsJoinFolder(\Propel\Runtime\ActiveQuery\Criteria $criteria, \Propel\Runtime\Connection\ConnectionInterface $con, string $joinBehavior) : \Propel\Runtime\Collection\Collection|\Thelia\Model\Document[]

If this collection has already been initialized with an identical criteria, it returns the collection.

Otherwise if this Content is new, it will return an empty collection; or if this Content has previously been saved, it will retrieve related Documents from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in Content.

Parameters

\Propel\Runtime\ActiveQuery\Criteria $criteria

optional Criteria object to narrow the query

\Propel\Runtime\Connection\ConnectionInterface $con

optional connection object

string $joinBehavior

optional join type to use (defaults to Criteria::LEFT_JOIN)

Returns

\Propel\Runtime\Collection\Collection|\Thelia\Model\Document[] —

List of ChildDocument objects

clearRewritings()

clearRewritings() : void

Clears out the collRewritings 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.

resetPartialRewritings()

resetPartialRewritings( $v)

Reset is the collRewritings collection loaded partially.

Parameters

$v

initRewritings()

initRewritings(boolean $overrideExisting) : void

Initializes the collRewritings collection.

By default this just sets the collRewritings collection to an empty array (like clearcollRewritings()); 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

boolean $overrideExisting

If set to true, the method call initializes the collection even if it is not empty

getRewritings()

getRewritings(\Propel\Runtime\ActiveQuery\Criteria $criteria, \Propel\Runtime\Connection\ConnectionInterface $con) : \Propel\Runtime\Collection\Collection|\Thelia\Model\Rewriting[]

Gets an array of ChildRewriting 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 ChildContent is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters

\Propel\Runtime\ActiveQuery\Criteria $criteria

optional Criteria object to narrow the query

\Propel\Runtime\Connection\ConnectionInterface $con

optional connection object

Throws

\Propel\Runtime\Exception\PropelException

Returns

\Propel\Runtime\Collection\Collection|\Thelia\Model\Rewriting[] —

List of ChildRewriting objects

setRewritings()

setRewritings(\Propel\Runtime\Collection\Collection $rewritings, \Propel\Runtime\Connection\ConnectionInterface $con) : \Thelia\Model\Content

Sets a collection of Rewriting 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

\Propel\Runtime\Collection\Collection $rewritings

A Propel collection.

\Propel\Runtime\Connection\ConnectionInterface $con

Optional connection object

Returns

\Thelia\Model\Content

The current object (for fluent API support)

countRewritings()

countRewritings(\Propel\Runtime\ActiveQuery\Criteria $criteria, boolean $distinct, \Propel\Runtime\Connection\ConnectionInterface $con) : int

Returns the number of related Rewriting objects.

Parameters

\Propel\Runtime\ActiveQuery\Criteria $criteria
boolean $distinct
\Propel\Runtime\Connection\ConnectionInterface $con

Throws

\Propel\Runtime\Exception\PropelException

Returns

int —

Count of related Rewriting objects.

addRewriting()

addRewriting(\Thelia\Model\Rewriting $l) : \Thelia\Model\Content

Method called to associate a ChildRewriting object to this object through the ChildRewriting foreign key attribute.

Parameters

\Thelia\Model\Rewriting $l

ChildRewriting

Returns

\Thelia\Model\Content

The current object (for fluent API support)

removeRewriting()

removeRewriting(\Thelia\Model\Base\Rewriting $rewriting) : \Thelia\Model\Content

Parameters

\Thelia\Model\Base\Rewriting $rewriting

The rewriting object to remove.

Returns

\Thelia\Model\Content

The current object (for fluent API support)

getRewritingsJoinProduct()

getRewritingsJoinProduct(\Propel\Runtime\ActiveQuery\Criteria $criteria, \Propel\Runtime\Connection\ConnectionInterface $con, string $joinBehavior) : \Propel\Runtime\Collection\Collection|\Thelia\Model\Rewriting[]

If this collection has already been initialized with an identical criteria, it returns the collection.

Otherwise if this Content is new, it will return an empty collection; or if this Content has previously been saved, it will retrieve related Rewritings from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in Content.

Parameters

\Propel\Runtime\ActiveQuery\Criteria $criteria

optional Criteria object to narrow the query

\Propel\Runtime\Connection\ConnectionInterface $con

optional connection object

string $joinBehavior

optional join type to use (defaults to Criteria::LEFT_JOIN)

Returns

\Propel\Runtime\Collection\Collection|\Thelia\Model\Rewriting[] —

List of ChildRewriting objects

getRewritingsJoinCategory()

getRewritingsJoinCategory(\Propel\Runtime\ActiveQuery\Criteria $criteria, \Propel\Runtime\Connection\ConnectionInterface $con, string $joinBehavior) : \Propel\Runtime\Collection\Collection|\Thelia\Model\Rewriting[]

If this collection has already been initialized with an identical criteria, it returns the collection.

Otherwise if this Content is new, it will return an empty collection; or if this Content has previously been saved, it will retrieve related Rewritings from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in Content.

Parameters

\Propel\Runtime\ActiveQuery\Criteria $criteria

optional Criteria object to narrow the query

\Propel\Runtime\Connection\ConnectionInterface $con

optional connection object

string $joinBehavior

optional join type to use (defaults to Criteria::LEFT_JOIN)

Returns

\Propel\Runtime\Collection\Collection|\Thelia\Model\Rewriting[] —

List of ChildRewriting objects

getRewritingsJoinFolder()

getRewritingsJoinFolder(\Propel\Runtime\ActiveQuery\Criteria $criteria, \Propel\Runtime\Connection\ConnectionInterface $con, string $joinBehavior) : \Propel\Runtime\Collection\Collection|\Thelia\Model\Rewriting[]

If this collection has already been initialized with an identical criteria, it returns the collection.

Otherwise if this Content is new, it will return an empty collection; or if this Content has previously been saved, it will retrieve related Rewritings from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in Content.

Parameters

\Propel\Runtime\ActiveQuery\Criteria $criteria

optional Criteria object to narrow the query

\Propel\Runtime\Connection\ConnectionInterface $con

optional connection object

string $joinBehavior

optional join type to use (defaults to Criteria::LEFT_JOIN)

Returns

\Propel\Runtime\Collection\Collection|\Thelia\Model\Rewriting[] —

List of ChildRewriting objects

clearContentFolders()

clearContentFolders() : void

Clears out the collContentFolders 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.

resetPartialContentFolders()

resetPartialContentFolders( $v)

Reset is the collContentFolders collection loaded partially.

Parameters

$v

initContentFolders()

initContentFolders(boolean $overrideExisting) : void

Initializes the collContentFolders collection.

By default this just sets the collContentFolders collection to an empty array (like clearcollContentFolders()); 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

boolean $overrideExisting

If set to true, the method call initializes the collection even if it is not empty

getContentFolders()

getContentFolders(\Propel\Runtime\ActiveQuery\Criteria $criteria, \Propel\Runtime\Connection\ConnectionInterface $con) : \Propel\Runtime\Collection\Collection|\Thelia\Model\ContentFolder[]

Gets an array of ChildContentFolder 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 ChildContent is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters

\Propel\Runtime\ActiveQuery\Criteria $criteria

optional Criteria object to narrow the query

\Propel\Runtime\Connection\ConnectionInterface $con

optional connection object

Throws

\Propel\Runtime\Exception\PropelException

Returns

\Propel\Runtime\Collection\Collection|\Thelia\Model\ContentFolder[] —

List of ChildContentFolder objects

setContentFolders()

setContentFolders(\Propel\Runtime\Collection\Collection $contentFolders, \Propel\Runtime\Connection\ConnectionInterface $con) : \Thelia\Model\Content

Sets a collection of ContentFolder 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

\Propel\Runtime\Collection\Collection $contentFolders

A Propel collection.

\Propel\Runtime\Connection\ConnectionInterface $con

Optional connection object

Returns

\Thelia\Model\Content

The current object (for fluent API support)

countContentFolders()

countContentFolders(\Propel\Runtime\ActiveQuery\Criteria $criteria, boolean $distinct, \Propel\Runtime\Connection\ConnectionInterface $con) : int

Returns the number of related ContentFolder objects.

Parameters

\Propel\Runtime\ActiveQuery\Criteria $criteria
boolean $distinct
\Propel\Runtime\Connection\ConnectionInterface $con

Throws

\Propel\Runtime\Exception\PropelException

Returns

int —

Count of related ContentFolder objects.

addContentFolder()

addContentFolder(\Thelia\Model\ContentFolder $l) : \Thelia\Model\Content

Method called to associate a ChildContentFolder object to this object through the ChildContentFolder foreign key attribute.

Parameters

\Thelia\Model\ContentFolder $l

ChildContentFolder

Returns

\Thelia\Model\Content

The current object (for fluent API support)

removeContentFolder()

removeContentFolder(\Thelia\Model\Base\ContentFolder $contentFolder) : \Thelia\Model\Content

Parameters

\Thelia\Model\Base\ContentFolder $contentFolder

The contentFolder object to remove.

Returns

\Thelia\Model\Content

The current object (for fluent API support)

getContentFoldersJoinFolder()

getContentFoldersJoinFolder(\Propel\Runtime\ActiveQuery\Criteria $criteria, \Propel\Runtime\Connection\ConnectionInterface $con, string $joinBehavior) : \Propel\Runtime\Collection\Collection|\Thelia\Model\ContentFolder[]

If this collection has already been initialized with an identical criteria, it returns the collection.

Otherwise if this Content is new, it will return an empty collection; or if this Content has previously been saved, it will retrieve related ContentFolders from storage.

This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in Content.

Parameters

\Propel\Runtime\ActiveQuery\Criteria $criteria

optional Criteria object to narrow the query

\Propel\Runtime\Connection\ConnectionInterface $con

optional connection object

string $joinBehavior

optional join type to use (defaults to Criteria::LEFT_JOIN)

Returns

\Propel\Runtime\Collection\Collection|\Thelia\Model\ContentFolder[] —

List of ChildContentFolder objects

clearContentI18ns()

clearContentI18ns() : void

Clears out the collContentI18ns 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.

resetPartialContentI18ns()

resetPartialContentI18ns( $v)

Reset is the collContentI18ns collection loaded partially.

Parameters

$v

initContentI18ns()

initContentI18ns(boolean $overrideExisting) : void

Initializes the collContentI18ns collection.

By default this just sets the collContentI18ns collection to an empty array (like clearcollContentI18ns()); 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

boolean $overrideExisting

If set to true, the method call initializes the collection even if it is not empty

getContentI18ns()

getContentI18ns(\Propel\Runtime\ActiveQuery\Criteria $criteria, \Propel\Runtime\Connection\ConnectionInterface $con) : \Propel\Runtime\Collection\Collection|\Thelia\Model\ContentI18n[]

Gets an array of ChildContentI18n 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 ChildContent is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters

\Propel\Runtime\ActiveQuery\Criteria $criteria

optional Criteria object to narrow the query

\Propel\Runtime\Connection\ConnectionInterface $con

optional connection object

Throws

\Propel\Runtime\Exception\PropelException

Returns

\Propel\Runtime\Collection\Collection|\Thelia\Model\ContentI18n[] —

List of ChildContentI18n objects

setContentI18ns()

setContentI18ns(\Propel\Runtime\Collection\Collection $contentI18ns, \Propel\Runtime\Connection\ConnectionInterface $con) : \Thelia\Model\Content

Sets a collection of ContentI18n 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

\Propel\Runtime\Collection\Collection $contentI18ns

A Propel collection.

\Propel\Runtime\Connection\ConnectionInterface $con

Optional connection object

Returns

\Thelia\Model\Content

The current object (for fluent API support)

countContentI18ns()

countContentI18ns(\Propel\Runtime\ActiveQuery\Criteria $criteria, boolean $distinct, \Propel\Runtime\Connection\ConnectionInterface $con) : int

Returns the number of related ContentI18n objects.

Parameters

\Propel\Runtime\ActiveQuery\Criteria $criteria
boolean $distinct
\Propel\Runtime\Connection\ConnectionInterface $con

Throws

\Propel\Runtime\Exception\PropelException

Returns

int —

Count of related ContentI18n objects.

addContentI18n()

addContentI18n(\Thelia\Model\ContentI18n $l) : \Thelia\Model\Content

Method called to associate a ChildContentI18n object to this object through the ChildContentI18n foreign key attribute.

Parameters

\Thelia\Model\ContentI18n $l

ChildContentI18n

Returns

\Thelia\Model\Content

The current object (for fluent API support)

removeContentI18n()

removeContentI18n(\Thelia\Model\Base\ContentI18n $contentI18n) : \Thelia\Model\Content

Parameters

\Thelia\Model\Base\ContentI18n $contentI18n

The contentI18n object to remove.

Returns

\Thelia\Model\Content

The current object (for fluent API support)

clearContentVersions()

clearContentVersions() : void

Clears out the collContentVersions 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.

resetPartialContentVersions()

resetPartialContentVersions( $v)

Reset is the collContentVersions collection loaded partially.

Parameters

$v

initContentVersions()

initContentVersions(boolean $overrideExisting) : void

Initializes the collContentVersions collection.

By default this just sets the collContentVersions collection to an empty array (like clearcollContentVersions()); 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

boolean $overrideExisting

If set to true, the method call initializes the collection even if it is not empty

getContentVersions()

getContentVersions(\Propel\Runtime\ActiveQuery\Criteria $criteria, \Propel\Runtime\Connection\ConnectionInterface $con) : \Propel\Runtime\Collection\Collection|\Thelia\Model\ContentVersion[]

Gets an array of ChildContentVersion 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 ChildContent is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters

\Propel\Runtime\ActiveQuery\Criteria $criteria

optional Criteria object to narrow the query

\Propel\Runtime\Connection\ConnectionInterface $con

optional connection object

Throws

\Propel\Runtime\Exception\PropelException

Returns

\Propel\Runtime\Collection\Collection|\Thelia\Model\ContentVersion[] —

List of ChildContentVersion objects

setContentVersions()

setContentVersions(\Propel\Runtime\Collection\Collection $contentVersions, \Propel\Runtime\Connection\ConnectionInterface $con) : \Thelia\Model\Content

Sets a collection of ContentVersion 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

\Propel\Runtime\Collection\Collection $contentVersions

A Propel collection.

\Propel\Runtime\Connection\ConnectionInterface $con

Optional connection object

Returns

\Thelia\Model\Content

The current object (for fluent API support)

countContentVersions()

countContentVersions(\Propel\Runtime\ActiveQuery\Criteria $criteria, boolean $distinct, \Propel\Runtime\Connection\ConnectionInterface $con) : int

Returns the number of related ContentVersion objects.

Parameters

\Propel\Runtime\ActiveQuery\Criteria $criteria
boolean $distinct
\Propel\Runtime\Connection\ConnectionInterface $con

Throws

\Propel\Runtime\Exception\PropelException

Returns

int —

Count of related ContentVersion objects.

addContentVersion()

addContentVersion(\Thelia\Model\ContentVersion $l) : \Thelia\Model\Content

Method called to associate a ChildContentVersion object to this object through the ChildContentVersion foreign key attribute.

Parameters

\Thelia\Model\ContentVersion $l

ChildContentVersion

Returns

\Thelia\Model\Content

The current object (for fluent API support)

removeContentVersion()

removeContentVersion(\Thelia\Model\Base\ContentVersion $contentVersion) : \Thelia\Model\Content

Parameters

\Thelia\Model\Base\ContentVersion $contentVersion

The contentVersion object to remove.

Returns

\Thelia\Model\Content

The current object (for fluent API support)

clearFolders()

clearFolders() : void

Clears out the collFolders 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.

initFolders()

initFolders() : void

Initializes the collFolders collection.

By default this just sets the collFolders collection to an empty collection (like clearFolders()); 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.

getFolders()

getFolders(\Propel\Runtime\ActiveQuery\Criteria $criteria, \Propel\Runtime\Connection\ConnectionInterface $con) : \Propel\Runtime\Collection\ObjectCollection|\Thelia\Model\Folder[]

Gets a collection of ChildFolder objects related by a many-to-many relationship to the current object by way of the content_folder cross-reference table.

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 ChildContent is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.

Parameters

\Propel\Runtime\ActiveQuery\Criteria $criteria

Optional query object to filter the query

\Propel\Runtime\Connection\ConnectionInterface $con

Optional connection object

Returns

\Propel\Runtime\Collection\ObjectCollection|\Thelia\Model\Folder[] —

List of ChildFolder objects

setFolders()

setFolders(\Propel\Runtime\Collection\Collection $folders, \Propel\Runtime\Connection\ConnectionInterface $con) : \Thelia\Model\Content

Sets a collection of Folder objects related by a many-to-many relationship to the current object by way of the content_folder cross-reference table.

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

\Propel\Runtime\Collection\Collection $folders

A Propel collection.

\Propel\Runtime\Connection\ConnectionInterface $con

Optional connection object

Returns

\Thelia\Model\Content

The current object (for fluent API support)

countFolders()

countFolders(\Propel\Runtime\ActiveQuery\Criteria $criteria, boolean $distinct, \Propel\Runtime\Connection\ConnectionInterface $con) : int

Gets the number of ChildFolder objects related by a many-to-many relationship to the current object by way of the content_folder cross-reference table.

Parameters

\Propel\Runtime\ActiveQuery\Criteria $criteria

Optional query object to filter the query

boolean $distinct

Set to true to force count distinct

\Propel\Runtime\Connection\ConnectionInterface $con

Optional connection object

Returns

int —

the number of related ChildFolder objects

addFolder()

addFolder(\Thelia\Model\Folder $folder) : \Thelia\Model\Content

Associate a ChildFolder object to this object through the content_folder cross reference table.

Parameters

\Thelia\Model\Folder $folder

The ChildContentFolder object to relate

Returns

\Thelia\Model\Content

The current object (for fluent API support)

removeFolder()

removeFolder(\Thelia\Model\Folder $folder) : \Thelia\Model\Content

Remove a ChildFolder object to this object through the content_folder cross reference table.

Parameters

\Thelia\Model\Folder $folder

The ChildContentFolder object to relate

Returns

\Thelia\Model\Content

The current object (for fluent API support)

clear()

clear()

Clears the current object and sets all attributes to their default values

clearAllReferences()

clearAllReferences(boolean $deep)

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-volume/high-memory operations.

Parameters

boolean $deep

Whether to also clear the references on all referrer objects.

__toString()

__toString() : string

Return the string representation of this object

Returns

string

keepUpdateDateUnchanged()

keepUpdateDateUnchanged() : \Thelia\Model\Content

Mark the current object so that the update date doesn't get updated during next save

Returns

\Thelia\Model\Content

The current object (for fluent API support)

setLocale()

setLocale(string $locale) : \Thelia\Model\Content

Sets the locale for translations

Parameters

string $locale

Locale to use for the translation, e.g. 'fr_FR'

Returns

\Thelia\Model\Content

The current object (for fluent API support)

getLocale()

getLocale() : string

Gets the locale for translations

Returns

string —

$locale Locale to use for the translation, e.g. 'fr_FR'

getTranslation()

getTranslation(string $locale, \Propel\Runtime\Connection\ConnectionInterface $con) : \Thelia\Model\ContentI18n

Returns the current translation for a given locale

Parameters

string $locale

Locale to use for the translation, e.g. 'fr_FR'

\Propel\Runtime\Connection\ConnectionInterface $con

an optional connection object

Returns

\Thelia\Model\ContentI18n

removeTranslation()

removeTranslation(string $locale, \Propel\Runtime\Connection\ConnectionInterface $con) : \Thelia\Model\Content

Remove the translation for a given locale

Parameters

string $locale

Locale to use for the translation, e.g. 'fr_FR'

\Propel\Runtime\Connection\ConnectionInterface $con

an optional connection object

Returns

\Thelia\Model\Content

The current object (for fluent API support)

getCurrentTranslation()

getCurrentTranslation(\Propel\Runtime\Connection\ConnectionInterface $con) : \Thelia\Model\ContentI18n

Returns the current translation

Parameters

\Propel\Runtime\Connection\ConnectionInterface $con

an optional connection object

Returns

\Thelia\Model\ContentI18n

getTitle()

getTitle() : string

Get the [title] column value.

Returns

string

setTitle()

setTitle(string $v) : \Thelia\Model\ContentI18n

Set the value of [title] column.

Parameters

string $v

new value

Returns

\Thelia\Model\ContentI18n

The current object (for fluent API support)

getDescription()

getDescription() : string

Get the [description] column value.

Returns

string

setDescription()

setDescription(string $v) : \Thelia\Model\ContentI18n

Set the value of [description] column.

Parameters

string $v

new value

Returns

\Thelia\Model\ContentI18n

The current object (for fluent API support)

getChapo()

getChapo() : string

Get the [chapo] column value.

Returns

string

setChapo()

setChapo(string $v) : \Thelia\Model\ContentI18n

Set the value of [chapo] column.

Parameters

string $v

new value

Returns

\Thelia\Model\ContentI18n

The current object (for fluent API support)

getPostscriptum()

getPostscriptum() : string

Get the [postscriptum] column value.

Returns

string

setPostscriptum()

setPostscriptum(string $v) : \Thelia\Model\ContentI18n

Set the value of [postscriptum] column.

Parameters

string $v

new value

Returns

\Thelia\Model\ContentI18n

The current object (for fluent API support)

enforceVersioning()

enforceVersioning() : \Thelia\Model\Content

Enforce a new Version of this object upon next save.

Returns

\Thelia\Model\Content

isVersioningNecessary()

isVersioningNecessary( $con) : boolean

Checks whether the current state must be recorded as a version

Parameters

$con

Returns

boolean

addVersion()

addVersion(\Propel\Runtime\Connection\ConnectionInterface $con) : \Thelia\Model\ContentVersion

Creates a version of the current object and saves it.

Parameters

\Propel\Runtime\Connection\ConnectionInterface $con

the connection to use

Returns

\Thelia\Model\ContentVersion

A version object

toVersion()

toVersion(integer $versionNumber, \Propel\Runtime\Connection\ConnectionInterface $con) : \Thelia\Model\Content

Sets the properties of the current object to the value they had at a specific version

Parameters

integer $versionNumber

The version number to read

\Propel\Runtime\Connection\ConnectionInterface $con

The connection to use

Returns

\Thelia\Model\Content

The current object (for fluent API support)

populateFromVersion()

populateFromVersion(\Thelia\Model\ContentVersion $version, \Propel\Runtime\Connection\ConnectionInterface $con, array $loadedObjects) : \Thelia\Model\Content

Sets the properties of the current object to the value they had at a specific version

Parameters

\Thelia\Model\ContentVersion $version

The version object to use

\Propel\Runtime\Connection\ConnectionInterface $con

the connection to use

array $loadedObjects

objects that been loaded in a chain of populateFromVersion calls on referrer or fk objects.

Returns

\Thelia\Model\Content

The current object (for fluent API support)

getLastVersionNumber()

getLastVersionNumber(\Propel\Runtime\Connection\ConnectionInterface $con) : integer

Gets the latest persisted version number for the current object

Parameters

\Propel\Runtime\Connection\ConnectionInterface $con

the connection to use

Returns

integer

isLastVersion()

isLastVersion(\Propel\Runtime\Connection\ConnectionInterface $con) : Boolean

Checks whether the current object is the latest one

Parameters

\Propel\Runtime\Connection\ConnectionInterface $con

the connection to use

Returns

Boolean

getOneVersion()

getOneVersion(integer $versionNumber, \Propel\Runtime\Connection\ConnectionInterface $con) : \Thelia\Model\ContentVersion

Retrieves a version object for this entity and a version number

Parameters

integer $versionNumber

The version number to read

\Propel\Runtime\Connection\ConnectionInterface $con

the connection to use

Returns

\Thelia\Model\ContentVersion

A version object

getAllVersions()

getAllVersions(\Propel\Runtime\Connection\ConnectionInterface $con) : \Propel\Runtime\Collection\ObjectCollection

Gets all the versions of this object, in incremental order

Parameters

\Propel\Runtime\Connection\ConnectionInterface $con

the connection to use

Returns

\Propel\Runtime\Collection\ObjectCollection —

A list of ChildContentVersion objects

compareVersion()

compareVersion(integer $versionNumber, string $keys, \Propel\Runtime\Connection\ConnectionInterface $con, 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') );

Parameters

integer $versionNumber
string $keys

Main key used for the result diff (versions|columns)

\Propel\Runtime\Connection\ConnectionInterface $con

the connection to use

array $ignoredColumns

The columns to exclude from the diff.

Returns

array —

A list of differences

compareVersions()

compareVersions(integer $fromVersionNumber, integer $toVersionNumber, string $keys, \Propel\Runtime\Connection\ConnectionInterface $con, 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') );

Parameters

integer $fromVersionNumber
integer $toVersionNumber
string $keys

Main key used for the result diff (versions|columns)

\Propel\Runtime\Connection\ConnectionInterface $con

the connection to use

array $ignoredColumns

The columns to exclude from the diff.

Returns

array —

A list of differences

getLastVersions()

getLastVersions(Integer $number,  $criteria,  $con) : \Thelia\Model\Base\PropelCollection|array

retrieve the last $number versions.

Parameters

Integer $number

the number of record to return.

$criteria
$con

Returns

\Thelia\Model\Base\PropelCollection|array —

\Thelia\Model\ContentVersion[] List of \Thelia\Model\ContentVersion objects

preSave()

preSave(\Propel\Runtime\Connection\ConnectionInterface $con) : boolean

Code to be run before persisting the object

Parameters

\Propel\Runtime\Connection\ConnectionInterface $con

Returns

boolean

postSave()

postSave(\Propel\Runtime\Connection\ConnectionInterface $con)

Code to be run after persisting the object

Parameters

\Propel\Runtime\Connection\ConnectionInterface $con

preInsert()

preInsert(\Propel\Runtime\Connection\ConnectionInterface $con) : boolean

Code to be run before inserting to database

Parameters

\Propel\Runtime\Connection\ConnectionInterface $con

Returns

boolean

postInsert()

postInsert(\Propel\Runtime\Connection\ConnectionInterface $con)

Code to be run after inserting to database

Parameters

\Propel\Runtime\Connection\ConnectionInterface $con

preUpdate()

preUpdate(\Propel\Runtime\Connection\ConnectionInterface $con) : boolean

Code to be run before updating the object in database

Parameters

\Propel\Runtime\Connection\ConnectionInterface $con

Returns

boolean

postUpdate()

postUpdate(\Propel\Runtime\Connection\ConnectionInterface $con)

Code to be run after updating the object in database

Parameters

\Propel\Runtime\Connection\ConnectionInterface $con

preDelete()

preDelete(\Propel\Runtime\Connection\ConnectionInterface $con) : boolean

Code to be run before deleting the object in database

Parameters

\Propel\Runtime\Connection\ConnectionInterface $con

Returns

boolean

postDelete()

postDelete(\Propel\Runtime\Connection\ConnectionInterface $con)

Code to be run after deleting the object in database

Parameters

\Propel\Runtime\Connection\ConnectionInterface $con

__call()

__call(string $name, mixed $params) : array|string

Derived method to catches calls to undefined methods.

Provides magic import/export method support (fromXML()/toXML(), fromYAML()/toYAML(), etc.). Allows to define default __call() behavior if you overwrite __call()

Parameters

string $name
mixed $params

Returns

array|string

log()

log(string $msg, int $priority) : boolean

Logs a message using Propel::log().

Parameters

string $msg
int $priority

One of the Propel::LOG_* logging levels

Returns

boolean

doSave()

doSave(\Propel\Runtime\Connection\ConnectionInterface $con) : int

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

\Propel\Runtime\Connection\ConnectionInterface $con

Throws

\Propel\Runtime\Exception\PropelException

Returns

int —

The number of rows affected by this insert/update and any referring fk objects' save() operations.

doInsert()

doInsert(\Propel\Runtime\Connection\ConnectionInterface $con)

Insert the row in the database.

Parameters

\Propel\Runtime\Connection\ConnectionInterface $con

Throws

\Propel\Runtime\Exception\PropelException

doUpdate()

doUpdate(\Propel\Runtime\Connection\ConnectionInterface $con) : Integer

Update the row in the database.

Parameters

\Propel\Runtime\Connection\ConnectionInterface $con

Returns

Integer —

Number of updated rows

doAddContentAssoc()

doAddContentAssoc(\Thelia\Model\Base\ContentAssoc $contentAssoc)

Parameters

\Thelia\Model\Base\ContentAssoc $contentAssoc

The contentAssoc object to add.

doAddImage()

doAddImage(\Thelia\Model\Base\Image $image)

Parameters

\Thelia\Model\Base\Image $image

The image object to add.

doAddDocument()

doAddDocument(\Thelia\Model\Base\Document $document)

Parameters

\Thelia\Model\Base\Document $document

The document object to add.

doAddRewriting()

doAddRewriting(\Thelia\Model\Base\Rewriting $rewriting)

Parameters

\Thelia\Model\Base\Rewriting $rewriting

The rewriting object to add.

doAddContentFolder()

doAddContentFolder(\Thelia\Model\Base\ContentFolder $contentFolder)

Parameters

\Thelia\Model\Base\ContentFolder $contentFolder

The contentFolder object to add.

doAddContentI18n()

doAddContentI18n(\Thelia\Model\Base\ContentI18n $contentI18n)

Parameters

\Thelia\Model\Base\ContentI18n $contentI18n

The contentI18n object to add.

doAddContentVersion()

doAddContentVersion(\Thelia\Model\Base\ContentVersion $contentVersion)

Parameters

\Thelia\Model\Base\ContentVersion $contentVersion

The contentVersion object to add.

doAddFolder()

doAddFolder(\Thelia\Model\Base\Folder $folder)

Parameters

\Thelia\Model\Base\Folder $folder

The folder object to add.

computeDiff()

computeDiff(array $fromVersion, array $toVersion, string $keys, array $ignoredColumns) : array

Computes the diff between two versions.

print_r($book->computeDiff(1, 2)); => array( '1' => array('Title' => 'Book title at version 1'), '2' => array('Title' => 'Book title at version 2') );

Parameters

array $fromVersion

An array representing the original version.

array $toVersion

An array representing the destination version.

string $keys

Main key used for the result diff (versions|columns).

array $ignoredColumns

The columns to exclude from the diff.

Returns

array —

A list of differences