1 | <?php |
||
12 | class PageMapper extends AbstractTableGateway implements AdapterAwareInterface |
||
13 | { |
||
14 | protected $table = 'page'; |
||
15 | |||
16 | public function setDbAdapter(Adapter $adapter) |
||
20 | |||
21 | public function __construct(Adapter $adapter, HydratingResultSet $resultSet) |
||
27 | |||
28 | public function getPaginationSelect() |
||
37 | |||
38 | public function getActivePage($urlSlug) |
||
42 | } |
||
43 |