Class pApiContentAllocation
Main class for content allocation
Package: Plugin\ContentAllocation
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Marco Jahn
Located at plugins/content_allocation/classes/class.content_allocation.php
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Marco Jahn
Located at plugins/content_allocation/classes/class.content_allocation.php
public
|
|
public
|
|
public
|
|
public
|
|
public
array
|
|
public
|
|
public
string
|
#
findMatchingContent( array $restrictions = NULL, $max = 0 )
Build query to find matching content by ContentAllocation |
public
string
|
#
_buildQuery( array $restrictions, $aCategoriesToExclude, $max )
Build query to find matching content by ContentAllocation |
public
array
|
#
findMatchingContentByContentAllocationByCategories( array $aContentAllocation, array $aCategories = array(), $iOffset = 0, $iNumOfRows = 0 )
Search articles by ContentAllocation and catgories |
public
|
#
_buildQuery_MatchingContentByContentAllocationByCategories( $aContentAllocation, $aCategories, $iOffset, $iNumOfRows )
build SQL query to find articles by ContentAllocation and catgories |
public
array
|
#
findMatchingContentByCategories( array $aCategories = array(), integer $iOffset = 0, integer $iNumOfRows = 0, string $sResultType = '' )
Search articles by catgories without start articles |
public
|
#
_buildQuery_MatchingContentByCategories( $aCategories, $iOffset, $iNumOfRows )
build SQL query to find articles by catgories |
public
|
$db
References database object |
#
NULL
|
public
|
$table
|
#
NULL
|
public
|
$lang
|
#
NULL
|
public
|
$client
|
#
NULL
|
public
|
$treeObj
|
#
NULL
|