PDO4You\Pagination::getCurrentPage PHP Méthode

getCurrentPage() private static méthode

Get the number of the current page
private static getCurrentPage ( ) : integer
Résultat integer
    private static function getCurrentPage()
    {
        return isset($_REQUEST[self::$paginator]) ? (int) $_REQUEST[self::$paginator] : 1;
    }