File manager - Edit - /home/proidvn/me.proid.vn/wp-content/plugins/mailin/wonderpush-php-lib/lib/Obj/Pagination.php
Back
<?php namespace WonderPush\Obj; if (count(get_included_files()) === 1) { http_response_code(403); exit(); } // Prevent direct access class Pagination extends BaseObject { /** @var string */ private $previous; /** @var string */ private $next; /** * @return string */ public function getPrevious() { return $this->previous; } /** * @param string $previous * @return Pagination */ public function setPrevious($previous) { $this->previous = $previous; return $this; } /** * @return string */ public function getNext() { return $this->next; } /** * @param string $next * @return Pagination */ public function setNext($next) { $this->next = $next; return $this; } }
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0.19 |
proxy
|
phpinfo
|
Settings