KickAssets::handleIndex PHP Метод

handleIndex() публичный Метод

Index action, renders the main template
public handleIndex ( $r ) : SSViewer
Результат SSViewer
    public function handleIndex($r)
    {
        if ($r->getVar('search') !== null) {
            return $this->handleSearch($r);
        }
        return $this->renderWith('KickAssets');
    }