on_information_set_view

Navigation:  Development > Function Reference > Common Callbacks >

on_information_set_view

Previous pageReturn to chapter overviewNext page

Function execute when we view InformationSet data in detail page of Admin Panel. Function get InformatioSet Type and row id in parameter. See below example:

 

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

 

Related Functions: on_information_set_delete, before_information_set_save, after_information_set_save