findAll() public method

public findAll ( ) : Selection
return Nette\Database\Table\Selection
 public function renderDefault()
 {
     $this->template->albums = $this->albums->findAll()->order('artist')->order('title');
 }