Give_Payments_Query::children PHP 메소드

children() 공개 메소드

Children
부터: 1.0
public children ( ) : void
리턴 void
    public function children()
    {
        if (empty($this->args['children'])) {
            $this->__set('post_parent', 0);
        }
        $this->__unset('children');
    }