Page MenuHomePhabricator

abstract class PhutilProgressSink
libphutil Technical Documentation ()

This class is not documented.

Methods

public function __construct()

This method is not documented.
Return
this//Implicit.//

public function __destruct()

This method is not documented.
Return
wild

final public function setTotalWork($total_work)

This method is not documented.
Parameters
$total_work
Return
wild

final public function getTotalWork()

This method is not documented.
Return
wild

final public function getCompletedWork()

This method is not documented.
Return
wild

final public function didMakeProgress($amount)

This method is not documented.
Parameters
$amount
Return
wild

final public function didCompleteWork()

This method is not documented.
Return
wild

final public function didFailWork()

This method is not documented.
Return
wild

abstract protected function publishProgress()

This method is not documented.
Return
wild

abstract protected function publishCompletion()

This method is not documented.
Return
wild

abstract protected function publishFailure()

This method is not documented.
Return
wild