before_information_set_save

Navigation:  Development > Function Reference > Common Callbacks >

before_information_set_save

Previous pageReturn to chapter overviewNext page

Execute before we save InformationSet Save. See Bellow example:

 

class Development_Callbacks extends appRain_Base_Modules_Callbacks
{
    public function before_information_set_save($options = NULL)
    {
        switch ($options['type']) {
        }
    }
}

 

Related Functions: on_information_set_view, on_information_set_delete, after_information_set_save