|
| init () |
|
| done () |
|
| getSession () |
|
| publish ($property, $visibility=self::READABLE) |
| Publish a property (or hide it again). More...
|
|
| configure ($config) |
| Configure the object. More...
|
|
| _get ($key) |
| Default getter if no specific setter is defined, and the property is also not published (readable). More...
|
|
| _set ($key, $value) |
| Default setter if no specific setter is defined, and the property is also not published (writeable). More...
|
|
Definition at line 5 of file Hint.php.
◆ add()
add |
( |
|
$id, |
|
|
|
$selector, |
|
|
|
$from = 0 , |
|
|
|
$limit = null , |
|
|
|
$config = null |
|
) |
| |
Add a hint.
- Parameters
-
string | $id | Unique ID for the hint. |
string | $selector | Selector for the hint (e.g. CSS selector for HTML view). |
int | $from | Show this hint from this presentation onwards (1 = do not show hint first time). |
int | $limit | Show this hint only for this amount of times (empty = no limit). |
array | $config | Extra config for the hint. |
Definition at line 30 of file Hint.php.
◆ clientConfig()
◆ trans()
trans |
( |
|
$id, |
|
|
|
$count = null |
|
) |
| |
Translate a hint.
- Parameters
-
string | $id | Hint ID. |
int | $count | Presentation counter (0 on first presentation). |
- Returns
- string Translated hint.
Definition at line 40 of file Hint.php.
◆ $_hints
◆ $closeCaption
Caption for the close button (will be translated).
Definition at line 8 of file Hint.php.
◆ $counts
◆ $ignore
ID's of hints to ignore (do not show - anymore).
Definition at line 9 of file Hint.php.
◆ $ignoreAll
Set to true to ignore all hints.
Definition at line 10 of file Hint.php.
◆ $transId
An asterisk will be replaced with the widget ID or type.
Definition at line 7 of file Hint.php.
The documentation for this class was generated from the following file:
- /var/www/fred.local/vendor/rsi/fred/src/Rsi/Fred/Hint.php