AdminPageFrameworkLoader_Option::update PHP Метод

update() публичный Метод

Sets and save the options.
public update ( )
    public function update()
    {
        $_aParameters = func_get_args();
        call_user_func_array(array($this, 'set'), $_aParameters);
        $this->save();
    }