PDO4You\Pagination::getCurrentPage PHP Метод

getCurrentPage() приватный статический Метод

Get the number of the current page
private static getCurrentPage ( ) : integer
Результат integer
    private static function getCurrentPage()
    {
        return isset($_REQUEST[self::$paginator]) ? (int) $_REQUEST[self::$paginator] : 1;
    }