NAMESPACE: Bootstrap/Components
BootstrapComponent implements BootstrapComponentInterface
$phpstorm_bugfix | ||
$model | ||
$errors | var | |
$imagesobj | ImagesController | Image processor object. |
$varcontent | var | Includes currently loaded user variables in array. Normally you would use $this->getSavedVariable instead of accessing this directly. Declared public for easier debugging for certain cases. |
$configobj | var | Actions configuration as defined in the web admin. All these can be overriden using $this->rewriteActionConfigField() |
$branchobj | var | Configuration array for the branch. Includes all configuration fields defined in the web admin. |
$router | ||
$current_route | var | Holds the currently active route information /Controllername/Methodname/menuid |
$aspect_ratio | var | aspect ration is screen_width / screen_height |
$screen_width | var | screen width in pixels |
$screen_height | var | screen height in pixels |
$colors | var | Includes an array of colors defined for the app / branch / action |
$data | var | This is the data passed from the controller |
$color_text_color | use depreceated | |
$color_icon_color | use depreceated | |
$color_background_color | use depreceated | |
$color_top_bar_text_color | use depreceated | |
$color_button_more_info_color | use depreceated | |
$color_button_more_info_icon_color | use depreceated | |
$color_item_text_color | use depreceated | |
$color_top_bar_color | use depreceated | |
$color_button_color | use depreceated | |
$color_item_color | use depreceated | |
$color_button_text_color | use depreceated | |
$color_side_menu_color | use depreceated | |
$color_side_menu_text_color | use depreceated | |
$color_topbar_hilite | use depreceated | |
$bottom_menu_text_color | ||
$bottom_menu_background_color | ||
$transparent_statusbar | bool | Whether status bar has been sent to transparent. This means that the view starts from the very top. |
$hide_default_menubar | bool | Whether default menubar is hidden. |
$phone_statusbar | bool | Whether phone's statusbar is shown. Combined with transparent statusbar, this will affect custom top bars. |
$ios | ||
$android | ||
$notch |
Register div’s to be used with this function. Takes an array with divid which points to component name (without file extension)
$divs |
Return divs object
This will tell the app, that the theme is used inside the app
$name |