Documentation

PluginCode
in package

Represents a plugin code and provides basic code operations.

Tags
author

Alexey Bobkov, Samuel Georges

Table of Contents

$authorCode  : mixed
$pluginCode  : mixed
__construct()  : mixed
createFromNamespace()  : mixed
getAuthorCode()  : mixed
getPluginCode()  : mixed
toCode()  : mixed
toDatabasePrefix()  : mixed
toFilesystemPath()  : mixed
toPluginDirectoryPath()  : mixed
toPluginFilePath()  : mixed
toPluginInformationFilePath()  : mixed
toPluginNamespace()  : mixed
toUpdatesNamespace()  : mixed
toUrl()  : mixed
validateCodeWord()  : mixed

Properties

Methods

__construct()

public __construct(mixed $pluginCodeStr) : mixed
Parameters
$pluginCodeStr : mixed
Return values
mixed

createFromNamespace()

public static createFromNamespace(mixed $namespace) : mixed
Parameters
$namespace : mixed
Return values
mixed

getAuthorCode()

public getAuthorCode() : mixed
Return values
mixed

getPluginCode()

public getPluginCode() : mixed
Return values
mixed

toCode()

public toCode() : mixed
Return values
mixed

toDatabasePrefix()

public toDatabasePrefix() : mixed
Return values
mixed

toFilesystemPath()

public toFilesystemPath() : mixed
Return values
mixed

toPluginDirectoryPath()

public toPluginDirectoryPath() : mixed
Return values
mixed

toPluginFilePath()

public toPluginFilePath() : mixed
Return values
mixed

toPluginInformationFilePath()

public toPluginInformationFilePath() : mixed
Return values
mixed

toPluginNamespace()

public toPluginNamespace() : mixed
Return values
mixed

toUpdatesNamespace()

public toUpdatesNamespace() : mixed
Return values
mixed

toUrl()

public toUrl() : mixed
Return values
mixed

validateCodeWord()

private validateCodeWord(mixed $str) : mixed
Parameters
$str : mixed
Return values
mixed

Search results