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
multitype:Ambigous
|
|
public
|
|
public
string
|
#
findMatchingContent( array $restrictions = NULL, mixed $max = 0 )
Build query to find matching content by ContentAllocation |
public
string
|
#
_buildQuery( array $restrictions, mixed $aCategoriesToExclude, mixed $max )
Build query to find matching content by ContentAllocation |
public
array
|
#
findMatchingContentByContentAllocationByCategories( array $aContentAllocation, array $aCategories = array(), mixed $iOffset = 0, mixed $iNumOfRows = 0 )
Search articles by ContentAllocation and catgories |
public
|
#
_buildQuery_MatchingContentByContentAllocationByCategories( mixed $aContentAllocation, mixed $aCategories, mixed $iOffset, mixed $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( mixed $aCategories, mixed $iOffset, mixed $iNumOfRows )
build SQL query to find articles by catgories |
public
|
$db | NULL |
#
References database object |
public
mixed
|
$table | NULL |
|
public
mixed
|
$lang | NULL |
|
public
mixed
|
$client | NULL |
|
public
mixed
|
$treeObj | NULL |