Skip to content
This repository has been archived by the owner on Feb 17, 2020. It is now read-only.

Commit

Permalink
Merge pull request #3 from stano/stano-patch-1
Browse files Browse the repository at this point in the history
Readme updates
  • Loading branch information
akadlec authored Mar 27, 2017
2 parents fa51ed6 + 16d1066 commit a4fa1ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ class SomePresenter extends Nette\Application\UI\Presenter
/**
* Create items paginator
*
* @return VisualPaginator\Component
* @return VisualPaginator\Control
*/
protected function createComponentVisualPaginator()
{
// Init visual paginator
$control = new VisualPaginator\Component;
$control = new VisualPaginator\Control;

return $control;
}
Expand All @@ -89,12 +89,12 @@ class SomePresenter extends Nette\Application\UI\Presenter
/**
* Create items paginator
*
* @return VisualPaginator\Component
* @return VisualPaginator\Control
*/
protected function createComponentVisualPaginator()
{
// Init visual paginator
$control = new VisualPaginator\Component;
$control = new VisualPaginator\Control;

// Enable ajax (by default)
$control->enableAjax();
Expand Down Expand Up @@ -142,12 +142,12 @@ class SomePresenter extends Nette\Application\UI\Presenter
/**
* Create items paginator
*
* @return VisualPaginator\Component
* @return VisualPaginator\Control
*/
protected function createComponentVisualPaginator()
{
// Init visual paginator
$control = new VisualPaginator\Component;
$control = new VisualPaginator\Control;

// To use bootstrap default template
$control->setTemplateFile('bootstrap.latte');
Expand Down
2 changes: 1 addition & 1 deletion src/IPub/VisualPaginator/Components/Control.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Component.php
* Control.php
*
* @copyright More in license.md
* @license http://www.ipublikuj.eu
Expand Down

0 comments on commit a4fa1ec

Please sign in to comment.