Give_Payments_Query::page PHP Méthode

page() public méthode

Current Page
Since: 1.0
public page ( ) : void
Résultat void
    public function page()
    {
        if (!isset($this->args['page'])) {
            return;
        }
        $this->__set('paged', $this->args['page']);
        $this->__unset('page');
    }