20 $this->
class = $class;
25 trace(
"Drawing target: $target for source ".get_class($this->source), 3);
32 if (!
$count && !$this->showEmpty)
return;
34 <li><img src=
"<?echo $icon?>" alt=
"<?echo $name?>" title=
"<?echo $name?>" data-count=
"<?echo $count?>"/></li>
43 <ul
class=
"<?echo $this->class?>">
static getConnectedItemCount($sourceItem, $targetClass, $constraint="")
Returns the number of connected items for the specified source that are of the specified class.
static getTargetClasses($sourceItem)
Return an array of connectable target classes for the specified item.
__construct($source, $class="connectable_summary")
static using()
Import the datamodels, views and manifest for the specified component(s).