QuickEditPropertiesTooltips
in package
implements
QuickEditPropertiesTooltipsInterface
Class QuickEditPropertiesTooltips
Tags
Interfaces, Classes and Traits
- QuickEditPropertiesTooltipsInterface
- Interface QuickEditPropertiesTooltipsInterface
Table of Contents
- $contentView : ContentView
- $db : CI_DB_query_builder
- __construct() : mixed
- QuickEditPropertiesTooltips constructor.
- getRowTooltips() : array<string|int, mixed>
- This method is not currently used. Can be removed.
- _render() : string
- Returns the view for the tooltip.
Properties
$contentView
protected
ContentView
$contentView
$db
protected
CI_DB_query_builder
$db
Methods
__construct()
QuickEditPropertiesTooltips constructor.
public
__construct() : mixed
Return values
mixed —getRowTooltips()
This method is not currently used. Can be removed.
public
getRowTooltips(QuickEditProductPropertiesListItem $data) : array<string|int, mixed>
Parameters
- $data : QuickEditProductPropertiesListItem
-
QuickEdit properties collection
Return values
array<string|int, mixed> —Returns an empty array
_render()
Returns the view for the tooltip.
protected
_render(string $templateFile, array<string|int, mixed> $contentArray) : string
Parameters
- $templateFile : string
-
Template file.
- $contentArray : array<string|int, mixed>
-
Content Array.
Return values
string —Returns the view for the tooltip.