Give_Payments_Query::month PHP Méthode

month() public méthode

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