%PDF- %PDF-
Direktori : /home/emtnaeewxm/www/vendor/knplabs/knp-paginator-bundle/Definition/ |
Current File : /home/emtnaeewxm/www/vendor/knplabs/knp-paginator-bundle/Definition/PaginatorAwareInterface.php |
<?php namespace Knp\Bundle\PaginatorBundle\Definition; use Knp\Component\Pager\Paginator; /** * Interface PaginatorAwareInterface * * PaginatorAwareInterface should be implemented by classes that depend on a KnpPaginator service. */ interface PaginatorAwareInterface { /** * Sets the KnpPaginator instance. * * @param Paginator $paginator * * @return mixed */ public function setPaginator(Paginator $paginator); }