Page MenuHomeIsabelle/Phabricator

abstract class AphrontController
Phabricator Technical Documentation (Aphront)

This class is not documented.

Methods

public function setDelegatingController($delegating_controller)

This method is not documented.
Parameters
AphrontController$delegating_controller
Return
wild

public function getDelegatingController()

This method is not documented.
Return
wild

public function willBeginExecution()

This method is not documented.
Return
wild

public function willProcessRequest($uri_data)

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

public function handleRequest($request)

This method is not documented.
Parameters
AphrontRequest$request
Return
wild

public function willSendResponse($response)

This method is not documented.
Parameters
AphrontResponse$response
Return
wild

final public function setRequest($request)

This method is not documented.
Parameters
AphrontRequest$request
Return
wild

final public function getRequest()

This method is not documented.
Return
wild

final public function getViewer()

This method is not documented.
Return
wild

final public function delegateToController($controller)

This method is not documented.
Parameters
AphrontController$controller
Return
wild

final public function setCurrentApplication($current_application)

This method is not documented.
Parameters
PhabricatorApplication$current_application
Return
wild

final public function getCurrentApplication()

This method is not documented.
Return
wild

public function getDefaultResourceSource()

This method is not documented.
Return
wild

public function requireResource($symbol)

This method is not documented.
Parameters
$symbol
Return
wild

public function initBehavior($name, $config)

This method is not documented.
Parameters
$name
$config
Return
wild