Lines Matching refs:targets
58 $targets = $this->_getTargets();
60 // slice the needed chunk of linkback targets
61 $more = count($targets) > ($first + $num);
62 $targets = array_slice($targets, $first, $num);
64 foreach ($targets as $target){
82 if(count($targets) === 0) {
83 echo 'No linkback targets';
88 * Returns an array of targets with linkback features, sorted by recent linkbacks
123 * Used for sorting targets in descending order by date of last linkback.