WoohooLabs\Yin\JsonApi\Request\Pagination\PageBasedPagination::__construct PHP Method

__construct() public method

public __construct ( integer | null $page, integer | null $size )
$page integer | null
$size integer | null
    public function __construct($page, $size)
    {
        $this->page = $page;
        $this->size = $size;
    }