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 BaseFolder object.
Initializes internal state of BaseFolder object.
See
applyDefaults()
|
public
integer
|
#
getId( )
Get the [id] column value.
Get the [id] column value.
Returns
integer
|
public
integer
|
#
getParent( )
Get the [parent] column value.
Get the [parent] column value.
Returns
integer
|
public
string
|
#
getLink( )
Get the [link] column value.
Get the [link] column value.
Returns
string
|
public
integer
|
#
getVisible( )
Get the [visible] column value.
Get the [visible] column value.
Returns
integer
|
public
integer
|
#
getPosition( )
Get the [position] column value.
Get the [position] column value.
Returns
integer
|
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\Folder
|
#
setId( integer $v )
Set the value of [id] column.
Set the value of [id] column.
Parameters
Returns
|
public
Thelia\Model\Folder
|
#
setParent( integer $v )
Set the value of [parent] column.
Set the value of [parent] column.
Parameters
Returns
|
public
Thelia\Model\Folder
|
#
setLink( string $v )
Set the value of [link] column.
Set the value of [link] column.
Parameters
Returns
|
public
Thelia\Model\Folder
|
#
setVisible( integer $v )
Set the value of [visible] column.
Set the value of [visible] column.
Parameters
Returns
|
public
Thelia\Model\Folder
|
#
setPosition( integer $v )
Set the value of [position] column.
Set the value of [position] column.
Parameters
Returns
|
public
Thelia\Model\Folder
|
#
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\Folder
|
#
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\Folder
|
#
setVersion( integer $v )
Set the value of [version] column.
Set the value of [version] column.
Parameters
Returns
|
public
Thelia\Model\Folder
|
#
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\Folder
|
#
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
PropelException
Exception
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
PropelException
Exception
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 Folder (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\Folder
|
#
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\FolderPeer
|
#
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
Thelia\Model\Folder
|
#
clearImages( )
Clears out the collImages collection
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.
Returns
See
addImages()
|
public
|
#
resetPartialImages( mixed $v = true )
reset is the collImages collection loaded partially
reset is the collImages collection loaded partially
|
public
|
#
initImages( boolean $overrideExisting = true )
Initializes the collImages collection.
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
- $overrideExisting
boolean $overrideExisting If set to true, the method call initializes the collection
even if it is not empty
|
public
PropelObjectCollection|Thelia\Model\Image[]
|
#
getImages( Criteria $criteria = null, PropelPDO $con = null )
Gets an array of Image objects which contain a foreign key that references
this object.
Gets an array of Image 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 Folder 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
Thelia\Model\Folder
|
#
setImages( PropelCollection $images, PropelPDO $con = null )
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.
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
- $images
PropelCollection $images A Propel collection.
- $con
PropelPDO $con Optional connection object
Returns
|
public
integer
|
#
countImages( Criteria $criteria = null, boolean $distinct = false, PropelPDO $con = null )
Returns the number of related Image objects.
Returns the number of related Image objects.
Parameters
- $criteria
Criteria $criteria
- $distinct
boolean $distinct
- $con
PropelPDO $con
Returns
integer Count of related Image objects.
Throws
PropelException
|
public
Thelia\Model\Folder
|
#
addImage( Thelia\Model\Image $l )
Method called to associate a Image object to this object through the Image
foreign key attribute.
Method called to associate a Image object to this object through the Image
foreign key attribute.
Parameters
Returns
|
protected
|
|
public
Thelia\Model\Folder
|
|
public
PropelObjectCollection|Thelia\Model\Image[]
|
#
getImagesJoinProduct( Criteria $criteria = null, PropelPDO $con = null, string $join_behavior = Thelia\Model\om\Criteria::LEFT_JOIN )
If this collection has already been initialized with an identical criteria,
it returns the collection. Otherwise if this Folder is new, it will return an
empty collection; or if this Folder has previously been saved, it will retrieve
related Images from storage.
If this collection has already been initialized with an identical criteria,
it returns the collection. Otherwise if this Folder is new, it will return an
empty collection; or if this Folder 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
Folder.
Parameters
- $criteria
Criteria $criteria optional Criteria object to narrow the query
- $con
PropelPDO $con optional connection object
- $join_behavior
string $join_behavior optional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
|
public
PropelObjectCollection|Thelia\Model\Image[]
|
#
getImagesJoinCategory( Criteria $criteria = null, PropelPDO $con = null, string $join_behavior = Thelia\Model\om\Criteria::LEFT_JOIN )
If this collection has already been initialized with an identical criteria,
it returns the collection. Otherwise if this Folder is new, it will return an
empty collection; or if this Folder has previously been saved, it will retrieve
related Images from storage.
If this collection has already been initialized with an identical criteria,
it returns the collection. Otherwise if this Folder is new, it will return an
empty collection; or if this Folder 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
Folder.
Parameters
- $criteria
Criteria $criteria optional Criteria object to narrow the query
- $con
PropelPDO $con optional connection object
- $join_behavior
string $join_behavior optional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
|
public
PropelObjectCollection|Thelia\Model\Image[]
|
#
getImagesJoinContent( Criteria $criteria = null, PropelPDO $con = null, string $join_behavior = Thelia\Model\om\Criteria::LEFT_JOIN )
If this collection has already been initialized with an identical criteria,
it returns the collection. Otherwise if this Folder is new, it will return an
empty collection; or if this Folder has previously been saved, it will retrieve
related Images from storage.
If this collection has already been initialized with an identical criteria,
it returns the collection. Otherwise if this Folder is new, it will return an
empty collection; or if this Folder 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
Folder.
Parameters
- $criteria
Criteria $criteria optional Criteria object to narrow the query
- $con
PropelPDO $con optional connection object
- $join_behavior
string $join_behavior optional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
|
public
Thelia\Model\Folder
|
#
clearDocuments( )
Clears out the collDocuments collection
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.
Returns
See
addDocuments()
|
public
|
#
resetPartialDocuments( mixed $v = true )
reset is the collDocuments collection loaded partially
reset is the collDocuments collection loaded partially
|
public
|
#
initDocuments( boolean $overrideExisting = true )
Initializes the collDocuments collection.
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
- $overrideExisting
boolean $overrideExisting If set to true, the method call initializes the collection
even if it is not empty
|
public
PropelObjectCollection|Thelia\Model\Document[]
|
#
getDocuments( Criteria $criteria = null, PropelPDO $con = null )
Gets an array of Document objects which contain a foreign key that references
this object.
Gets an array of Document 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 Folder 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
Thelia\Model\Folder
|
#
setDocuments( PropelCollection $documents, PropelPDO $con = null )
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.
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
- $documents
PropelCollection $documents A Propel collection.
- $con
PropelPDO $con Optional connection object
Returns
|
public
integer
|
#
countDocuments( Criteria $criteria = null, boolean $distinct = false, PropelPDO $con = null )
Returns the number of related Document objects.
Returns the number of related Document objects.
Parameters
- $criteria
Criteria $criteria
- $distinct
boolean $distinct
- $con
PropelPDO $con
Returns
integer Count of related Document objects.
Throws
PropelException
|
public
Thelia\Model\Folder
|
#
addDocument( Thelia\Model\Document $l )
Method called to associate a Document object to this object through the
Document foreign key attribute.
Method called to associate a Document object to this object through the
Document foreign key attribute.
Parameters
Returns
|
protected
|
|
public
Thelia\Model\Folder
|
|
public
PropelObjectCollection|Thelia\Model\Document[]
|
#
getDocumentsJoinProduct( Criteria $criteria = null, PropelPDO $con = null, string $join_behavior = Thelia\Model\om\Criteria::LEFT_JOIN )
If this collection has already been initialized with an identical criteria,
it returns the collection. Otherwise if this Folder is new, it will return an
empty collection; or if this Folder has previously been saved, it will retrieve
related Documents from storage.
If this collection has already been initialized with an identical criteria,
it returns the collection. Otherwise if this Folder is new, it will return an
empty collection; or if this Folder 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
Folder.
Parameters
- $criteria
Criteria $criteria optional Criteria object to narrow the query
- $con
PropelPDO $con optional connection object
- $join_behavior
string $join_behavior optional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
|
public
PropelObjectCollection|Thelia\Model\Document[]
|
#
getDocumentsJoinCategory( Criteria $criteria = null, PropelPDO $con = null, string $join_behavior = Thelia\Model\om\Criteria::LEFT_JOIN )
If this collection has already been initialized with an identical criteria,
it returns the collection. Otherwise if this Folder is new, it will return an
empty collection; or if this Folder has previously been saved, it will retrieve
related Documents from storage.
If this collection has already been initialized with an identical criteria,
it returns the collection. Otherwise if this Folder is new, it will return an
empty collection; or if this Folder 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
Folder.
Parameters
- $criteria
Criteria $criteria optional Criteria object to narrow the query
- $con
PropelPDO $con optional connection object
- $join_behavior
string $join_behavior optional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
|
public
PropelObjectCollection|Thelia\Model\Document[]
|
#
getDocumentsJoinContent( Criteria $criteria = null, PropelPDO $con = null, string $join_behavior = Thelia\Model\om\Criteria::LEFT_JOIN )
If this collection has already been initialized with an identical criteria,
it returns the collection. Otherwise if this Folder is new, it will return an
empty collection; or if this Folder has previously been saved, it will retrieve
related Documents from storage.
If this collection has already been initialized with an identical criteria,
it returns the collection. Otherwise if this Folder is new, it will return an
empty collection; or if this Folder 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
Folder.
Parameters
- $criteria
Criteria $criteria optional Criteria object to narrow the query
- $con
PropelPDO $con optional connection object
- $join_behavior
string $join_behavior optional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
|
public
Thelia\Model\Folder
|
#
clearRewritings( )
Clears out the collRewritings collection
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.
Returns
See
addRewritings()
|
public
|
#
resetPartialRewritings( mixed $v = true )
reset is the collRewritings collection loaded partially
reset is the collRewritings collection loaded partially
|
public
|
#
initRewritings( boolean $overrideExisting = true )
Initializes the collRewritings collection.
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
- $overrideExisting
boolean $overrideExisting If set to true, the method call initializes the collection
even if it is not empty
|
public
PropelObjectCollection|Thelia\Model\Rewriting[]
|
#
getRewritings( Criteria $criteria = null, PropelPDO $con = null )
Gets an array of Rewriting objects which contain a foreign key that
references this object.
Gets an array of Rewriting 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 Folder 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
Thelia\Model\Folder
|
#
setRewritings( PropelCollection $rewritings, PropelPDO $con = null )
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.
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
- $rewritings
PropelCollection $rewritings A Propel collection.
- $con
PropelPDO $con Optional connection object
Returns
|
public
integer
|
#
countRewritings( Criteria $criteria = null, boolean $distinct = false, PropelPDO $con = null )
Returns the number of related Rewriting objects.
Returns the number of related Rewriting objects.
Parameters
- $criteria
Criteria $criteria
- $distinct
boolean $distinct
- $con
PropelPDO $con
Returns
integer Count of related Rewriting objects.
Throws
PropelException
|
public
Thelia\Model\Folder
|
#
addRewriting( Thelia\Model\Rewriting $l )
Method called to associate a Rewriting object to this object through the
Rewriting foreign key attribute.
Method called to associate a Rewriting object to this object through the
Rewriting foreign key attribute.
Parameters
Returns
|
protected
|
|
public
Thelia\Model\Folder
|
|
public
PropelObjectCollection|Thelia\Model\Rewriting[]
|
#
getRewritingsJoinProduct( Criteria $criteria = null, PropelPDO $con = null, string $join_behavior = Thelia\Model\om\Criteria::LEFT_JOIN )
If this collection has already been initialized with an identical criteria,
it returns the collection. Otherwise if this Folder is new, it will return an
empty collection; or if this Folder has previously been saved, it will retrieve
related Rewritings from storage.
If this collection has already been initialized with an identical criteria,
it returns the collection. Otherwise if this Folder is new, it will return an
empty collection; or if this Folder 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
Folder.
Parameters
- $criteria
Criteria $criteria optional Criteria object to narrow the query
- $con
PropelPDO $con optional connection object
- $join_behavior
string $join_behavior optional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
|
public
PropelObjectCollection|Thelia\Model\Rewriting[]
|
#
getRewritingsJoinCategory( Criteria $criteria = null, PropelPDO $con = null, string $join_behavior = Thelia\Model\om\Criteria::LEFT_JOIN )
If this collection has already been initialized with an identical criteria,
it returns the collection. Otherwise if this Folder is new, it will return an
empty collection; or if this Folder has previously been saved, it will retrieve
related Rewritings from storage.
If this collection has already been initialized with an identical criteria,
it returns the collection. Otherwise if this Folder is new, it will return an
empty collection; or if this Folder 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
Folder.
Parameters
- $criteria
Criteria $criteria optional Criteria object to narrow the query
- $con
PropelPDO $con optional connection object
- $join_behavior
string $join_behavior optional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
|
public
PropelObjectCollection|Thelia\Model\Rewriting[]
|
#
getRewritingsJoinContent( Criteria $criteria = null, PropelPDO $con = null, string $join_behavior = Thelia\Model\om\Criteria::LEFT_JOIN )
If this collection has already been initialized with an identical criteria,
it returns the collection. Otherwise if this Folder is new, it will return an
empty collection; or if this Folder has previously been saved, it will retrieve
related Rewritings from storage.
If this collection has already been initialized with an identical criteria,
it returns the collection. Otherwise if this Folder is new, it will return an
empty collection; or if this Folder 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
Folder.
Parameters
- $criteria
Criteria $criteria optional Criteria object to narrow the query
- $con
PropelPDO $con optional connection object
- $join_behavior
string $join_behavior optional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
|
public
Thelia\Model\Folder
|
#
clearContentFolders( )
Clears out the collContentFolders collection
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.
Returns
See
addContentFolders()
|
public
|
#
resetPartialContentFolders( mixed $v = true )
reset is the collContentFolders collection loaded partially
reset is the collContentFolders collection loaded partially
|
public
|
#
initContentFolders( boolean $overrideExisting = true )
Initializes the collContentFolders collection.
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
- $overrideExisting
boolean $overrideExisting If set to true, the method call initializes the collection
even if it is not empty
|
public
PropelObjectCollection|Thelia\Model\ContentFolder[]
|
#
getContentFolders( Criteria $criteria = null, PropelPDO $con = null )
Gets an array of ContentFolder objects which contain a foreign key that
references this object.
Gets an array of ContentFolder 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 Folder 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
Thelia\Model\Folder
|
#
setContentFolders( PropelCollection $contentFolders, PropelPDO $con = null )
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.
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
- $contentFolders
PropelCollection $contentFolders A Propel collection.
- $con
PropelPDO $con Optional connection object
Returns
|
public
integer
|
#
countContentFolders( Criteria $criteria = null, boolean $distinct = false, PropelPDO $con = null )
Returns the number of related ContentFolder objects.
Returns the number of related ContentFolder objects.
Parameters
- $criteria
Criteria $criteria
- $distinct
boolean $distinct
- $con
PropelPDO $con
Returns
integer Count of related ContentFolder objects.
Throws
PropelException
|
public
Thelia\Model\Folder
|
#
addContentFolder( Thelia\Model\ContentFolder $l )
Method called to associate a ContentFolder object to this object through the
ContentFolder foreign key attribute.
Method called to associate a ContentFolder object to this object through the
ContentFolder foreign key attribute.
Parameters
Returns
|
protected
|
|
public
Thelia\Model\Folder
|
|
public
PropelObjectCollection|Thelia\Model\ContentFolder[]
|
#
getContentFoldersJoinContent( Criteria $criteria = null, PropelPDO $con = null, string $join_behavior = Thelia\Model\om\Criteria::LEFT_JOIN )
If this collection has already been initialized with an identical criteria,
it returns the collection. Otherwise if this Folder is new, it will return an
empty collection; or if this Folder has previously been saved, it will retrieve
related ContentFolders from storage.
If this collection has already been initialized with an identical criteria,
it returns the collection. Otherwise if this Folder is new, it will return an
empty collection; or if this Folder 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
Folder.
Parameters
- $criteria
Criteria $criteria optional Criteria object to narrow the query
- $con
PropelPDO $con optional connection object
- $join_behavior
string $join_behavior optional join type to use (defaults to Criteria::LEFT_JOIN)
Returns
|
public
Thelia\Model\Folder
|
#
clearFolderI18ns( )
Clears out the collFolderI18ns collection
Clears out the collFolderI18ns 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.
Returns
See
addFolderI18ns()
|
public
|
#
resetPartialFolderI18ns( mixed $v = true )
reset is the collFolderI18ns collection loaded partially
reset is the collFolderI18ns collection loaded partially
|
public
|
#
initFolderI18ns( boolean $overrideExisting = true )
Initializes the collFolderI18ns collection.
Initializes the collFolderI18ns collection.
By default this just sets the collFolderI18ns collection to an empty array
(like clearcollFolderI18ns()); 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\FolderI18n[]
|
#
getFolderI18ns( Criteria $criteria = null, PropelPDO $con = null )
Gets an array of FolderI18n objects which contain a foreign key that
references this object.
Gets an array of FolderI18n 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 Folder 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
Thelia\Model\Folder
|
#
setFolderI18ns( PropelCollection $folderI18ns, PropelPDO $con = null )
Sets a collection of FolderI18n 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 FolderI18n 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
- $folderI18ns
PropelCollection $folderI18ns A Propel collection.
- $con
PropelPDO $con Optional connection object
Returns
|
public
integer
|
#
countFolderI18ns( Criteria $criteria = null, boolean $distinct = false, PropelPDO $con = null )
Returns the number of related FolderI18n objects.
Returns the number of related FolderI18n objects.
Parameters
- $criteria
Criteria $criteria
- $distinct
boolean $distinct
- $con
PropelPDO $con
Returns
integer Count of related FolderI18n objects.
Throws
PropelException
|
public
Thelia\Model\Folder
|
#
addFolderI18n( Thelia\Model\FolderI18n $l )
Method called to associate a FolderI18n object to this object through the
FolderI18n foreign key attribute.
Method called to associate a FolderI18n object to this object through the
FolderI18n foreign key attribute.
Parameters
Returns
|
protected
|
|
public
Thelia\Model\Folder
|
|
public
Thelia\Model\Folder
|
#
clearFolderVersions( )
Clears out the collFolderVersions collection
Clears out the collFolderVersions 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.
Returns
See
addFolderVersions()
|
public
|
#
resetPartialFolderVersions( mixed $v = true )
reset is the collFolderVersions collection loaded partially
reset is the collFolderVersions collection loaded partially
|
public
|
#
initFolderVersions( boolean $overrideExisting = true )
Initializes the collFolderVersions collection.
Initializes the collFolderVersions collection.
By default this just sets the collFolderVersions collection to an empty array
(like clearcollFolderVersions()); 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\FolderVersion[]
|
#
getFolderVersions( Criteria $criteria = null, PropelPDO $con = null )
Gets an array of FolderVersion objects which contain a foreign key that
references this object.
Gets an array of FolderVersion 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 Folder 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
Thelia\Model\Folder
|
#
setFolderVersions( PropelCollection $folderVersions, PropelPDO $con = null )
Sets a collection of FolderVersion 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 FolderVersion 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
- $folderVersions
PropelCollection $folderVersions A Propel collection.
- $con
PropelPDO $con Optional connection object
Returns
|
public
integer
|
#
countFolderVersions( Criteria $criteria = null, boolean $distinct = false, PropelPDO $con = null )
Returns the number of related FolderVersion objects.
Returns the number of related FolderVersion objects.
Parameters
- $criteria
Criteria $criteria
- $distinct
boolean $distinct
- $con
PropelPDO $con
Returns
integer Count of related FolderVersion objects.
Throws
PropelException
|
public
Thelia\Model\Folder
|
#
addFolderVersion( Thelia\Model\FolderVersion $l )
Method called to associate a FolderVersion object to this object through the
FolderVersion foreign key attribute.
Method called to associate a FolderVersion object to this object through the
FolderVersion foreign key attribute.
Parameters
Returns
|
protected
|
|
public
Thelia\Model\Folder
|
|
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\Folder
|
#
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\Folder
|
#
setLocale( string $locale = 'en_US' )
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\FolderI18n
|
#
getTranslation( string $locale = 'en_US', 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\Folder
|
#
removeTranslation( string $locale = 'en_US', 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\FolderI18n
|
#
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\FolderI18n
|
#
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\FolderI18n
|
#
setDescription( string $v )
Set the value of [description] column.
Set the value of [description] column.
Parameters
Returns
|
public
string
|
#
getChapo( )
Get the [chapo] column value.
Get the [chapo] column value.
Returns
string
|
public
Thelia\Model\FolderI18n
|
#
setChapo( string $v )
Set the value of [chapo] column.
Set the value of [chapo] column.
Parameters
Returns
|
public
string
|
#
getPostscriptum( )
Get the [postscriptum] column value.
Get the [postscriptum] column value.
Returns
string
|
public
Thelia\Model\FolderI18n
|
#
setPostscriptum( string $v )
Set the value of [postscriptum] column.
Set the value of [postscriptum] column.
Parameters
Returns
|
public
Thelia\Model\Folder
|
#
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\FolderVersion
|
#
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\Folder
|
#
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\Folder
|
#
populateFromVersion( Thelia\Model\FolderVersion $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\FolderVersion $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\FolderVersion
|
#
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 FolderVersion 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\FolderVersion[]
|
#
getLastVersions( integer $number = 10, Thelia\Model\FolderVersionQuery|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\FolderVersionQuery|Criteria $criteria Additional criteria to filter.
- $con
PropelPDO $con An optional connection to use.
Returns
|