Constructor: account.themes
Installed themes
Attributes:
Name | Type | Required | Description |
---|---|---|---|
hash | long | Yes | Hash for pagination, for more info click here |
themes | Array of Theme | Yes | Themes |
Type: account.Themes
Example:
$account_themes = ['_' => 'account.themes', 'hash' => long, 'themes' => [Theme, Theme]];