_getDataObj()->getRandomForSideBlock(); if (!$list) { return null; } $item = [ 'list' => $list, 'tpl' => 'Sponsor/side-block.tpl', 'config' => $this->getConfig()->toArray(), 'sponsorsLink' => static::getPage('url') ]; return $item; } }