Gregwar\Formidable\Fields\DateField::proxyPush PHP Method

proxyPush() protected method

protected proxyPush ( $target )
    protected function proxyPush($target)
    {
        foreach ($this->pushSave as $var => $value) {
            $target->push($var, $value);
        }
    }