mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
#185 Navigation Breadcrumb - A beta version, based on the navigation history. Comments welcome!
SVN:trunk[4000]
This commit is contained in:
@@ -1203,6 +1203,15 @@ EOF
|
||||
$oNewCondition = Expression::FromOQL($sOQLCondition);
|
||||
return $oNewCondition;
|
||||
}
|
||||
|
||||
/**
|
||||
* For the result to be meaningful, this function must be called AFTER GetRenderContent() (or Display())
|
||||
* @return int
|
||||
*/
|
||||
public function GetDisplayedCount()
|
||||
{
|
||||
return $this->m_oSet->Count();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user