rapila
Public Member Functions | List of all members
PagePropertyQuery Class Reference
Inheritance diagram for PagePropertyQuery:
BasePagePropertyQuery

Public Member Functions

 filterBySplitValue ($iJournalId, $sChar= ',')
 
 byNamespace ($mNamespace=true)
 
 byName ($sNameOrNamespace, $sNamespacedName=null)
 
- Public Member Functions inherited from BasePagePropertyQuery
 __construct ($dbName=null, $modelName=null, $modelAlias=null)
 
 findPk ($key, $con=null)
 
 findOneById ($key, $con=null)
 
 findPks ($keys, $con=null)
 
 filterByPrimaryKey ($key)
 
 filterByPrimaryKeys ($keys)
 
 filterById ($id=null, $comparison=null)
 
 filterByPageId ($pageId=null, $comparison=null)
 
 filterByName ($name=null, $comparison=null)
 
 filterByValue ($value=null, $comparison=null)
 
 filterByCreatedAt ($createdAt=null, $comparison=null)
 
 filterByUpdatedAt ($updatedAt=null, $comparison=null)
 
 filterByCreatedBy ($createdBy=null, $comparison=null)
 
 filterByUpdatedBy ($updatedBy=null, $comparison=null)
 
 filterByPage ($page, $comparison=null)
 
 joinPage ($relationAlias=null, $joinType=Criteria::INNER_JOIN)
 
 usePageQuery ($relationAlias=null, $joinType=Criteria::INNER_JOIN)
 
 filterByUserRelatedByCreatedBy ($user, $comparison=null)
 
 joinUserRelatedByCreatedBy ($relationAlias=null, $joinType=Criteria::LEFT_JOIN)
 
 useUserRelatedByCreatedByQuery ($relationAlias=null, $joinType=Criteria::LEFT_JOIN)
 
 filterByUserRelatedByUpdatedBy ($user, $comparison=null)
 
 joinUserRelatedByUpdatedBy ($relationAlias=null, $joinType=Criteria::LEFT_JOIN)
 
 useUserRelatedByUpdatedByQuery ($relationAlias=null, $joinType=Criteria::LEFT_JOIN)
 
 prune ($pageProperty=null)
 
 recentlyUpdated ($nbDays=7)
 
 lastUpdatedFirst ()
 
 firstUpdatedFirst ()
 
 recentlyCreated ($nbDays=7)
 
 lastCreatedFirst ()
 
 firstCreatedFirst ()
 
 findMostRecentUpdate ($bAsTimestamp=false)
 
 filterByPKArray ($pkArray)
 
 filterByPKString ($pkString)
 

Additional Inherited Members

- Static Public Member Functions inherited from BasePagePropertyQuery
static create ($modelAlias=null, $criteria=null)
 
- Protected Member Functions inherited from BasePagePropertyQuery
 findPkSimple ($key, $con)
 
 findPkComplex ($key, $con)
 

Member Function Documentation

PagePropertyQuery::byName (   $sNameOrNamespace,
  $sNamespacedName = null 
)

Filter page properties by name. Same as filterByName(), but with some added frills. Passing two arguments will treat the first as the namespace, the second as the in-namespace name. With a null first argument, this will search for a namespaced property in any namespace. With a null second argument, this will behave like filterByName(). When passing two null arguments, the behaviour of this method is undefined.

PagePropertyQuery::byNamespace (   $mNamespace = true)

Filter page properties by namespace name. Special values (true/false) can be used to filter not the namespace itself but the fact wether or not something is namespaced.


The documentation for this class was generated from the following file: