Page MenuHomeGitPull.it
Diviner Tech Docs PhorgeInstallExtensionsWorkflow

final class PhorgeInstallExtensionsWorkflow
Phorge Technical Documentation ()

This class is not documented.

Methods

public function isExecutable()
Inherited

This method is not documented.
Return
wild

public function getViewer()
Inherited

This method is not documented.
Return
wild

protected function parseTimeArgument($time)
Inherited

This method is not documented.
Parameters
$time
Return
wild

protected function newContentSource()
Inherited

This method is not documented.
Return
wild

protected function logInfo($label, $message)
Inherited

This method is not documented.
Parameters
$label
$message
Return
wild

protected function logOkay($label, $message)
Inherited

This method is not documented.
Parameters
$label
$message
Return
wild

protected function logWarn($label, $message)
Inherited

This method is not documented.
Parameters
$label
$message
Return
wild

protected function logFail($label, $message)
Inherited

This method is not documented.
Parameters
$label
$message
Return
wild

private function logRaw($message)
Inherited

This method is not documented.
Parameters
$message
Return
wild

final protected function loadUsersFromArguments($identifiers)
Inherited

This method is not documented.
Parameters
array$identifiers
Return
wild

protected function loadAllLibrariesAndExtensions()
Inherited

PhorgeExtensionsManagementWorkflow

Returns all known extensions and all known libraries.

Return
PhorgeLibraryMetadata[]

protected function isExtensionKey($input)
Inherited

This method is not documented.
Parameters
$input
Return
wild

protected function getExtensionStores()
Inherited

This method is not documented.
Return
wild

protected function getLocalConfFilename()
Inherited

This method is not documented.
Return
wild

protected static function assertCanUsePhar()
Inherited

This method is not documented.
Return
wild

protected function didConstruct()

This method is not documented.
Return
wild

public function execute($args)

This method is not documented.
Parameters
\PhutilArgumentParser$args
Return
wild

private function installFromStore($extension_key, $dry_run)

This method is not documented.
Parameters
string$extension_key
$dry_run
Return
wild

private function sanityCheckLibrary($extension_data, $local_filename)

This method is not documented.
Parameters
\ExtensionQueryResult$extension_data
string$local_filename
Return
wild

private function installPhar($filename, $dry_run)

This method is not documented.
Parameters
string$filename
$dry_run
Return
wild

private function installByGitClone($origin, $dry_run)

This method is not documented.
Parameters
string$origin
$dry_run
Return
wild