LazyOwnerAlias

Lazy Owner Alias Adds support for statically binding owner aliases

 trait System\Traits\LazyOwnerAlias

Properties

protected static $lazyAliases : array

List of aliases

Methods

public static lazyRegisterOwnerAlias (string $owner, string $alias) : void

Binds the alias of an owner to the lazy alias list. This allows us to bind aliases prior to init() which is necessary to do before to PluginManager being registered.

Parameters
Property Description
$owner
string
$alias
string
Returns
void
Copyright © 2024 Winter CMS