System\Controllers\Market

Overview

Market lace controller

Extends

Public Properties

public array $requiredPermissions

Permissions required to view this page.

public bool $turboVisitControl

Show inherited public properties

Inherited Public Properties

Protected Properties

protected System\Widgets\Changelog $changelogWidget

protected System\Widgets\Updater $updaterWidget

Show inherited protected properties

Inherited Protected Properties


Public Methods

public __construct()

public __construct(): void

public index()

public index($tab = null): void

index shows marketplace information

public onBrowsePackages()

public onBrowsePackages(): void

public onBrowseProject()

public onBrowseProject(): void

public onSearchProducts()

public onSearchProducts(): void

public onSelectProduct()

public onSelectProduct(): void

public plugin()

public plugin($urlCode = null, $tab = null): void

public theme()

public theme($urlCode = null, $tab = null): void

Show inherited public methods

Inherited Public Methods

Protected Methods

protected codeToSlug()

protected codeToSlug($code): string 

codeToSlug converts a product code to a slug RainLab.Blog -> rainlab-blog

protected slugToCode()

protected slugToCode($code): string 

slugToCode converts a slug to a product code rainlab-blog -> rainlab.blog

Show inherited protected methods

Inherited Protected Methods