Microweber\Utils\Adapters\Config\ConfigSave::callBeforeSave PHP Method

callBeforeSave() protected method

protected callBeforeSave ( $namespace, $group, $items )
    protected function callBeforeSave($namespace, $group, $items)
    {
        $callback = $this->beforeSave[$namespace];
        return call_user_func($callback, $this, $group, $items);
    }