App\Presenters\DashboardPresenter::renderDefault PHP Method

renderDefault() public method

******************* view default ********************
public renderDefault ( )
    public function renderDefault()
    {
        $this->template->albums = $this->albums->findAll()->order('artist')->order('title');
    }