Page MenuHomenazrin ltd
Diviner Tech Docs AphrontFormView

final class AphrontFormView
Phorge Technical Documentation ()

This class is not documented.

Methods

public function setMetadata($metadata)

This method is not documented.
Parameters
$metadata
Return
wild

public function getMetadata()

This method is not documented.
Return
wild

public function setID($id)

This method is not documented.
Parameters
$id
Return
wild

public function setAction($action)

This method is not documented.
Parameters
$action
Return
wild

public function setMethod($method)

This method is not documented.
Parameters
$method
Return
wild

public function setEncType($enc_type)

This method is not documented.
Parameters
$enc_type
Return
wild

public function addHiddenInput($key, $value)

This method is not documented.
Parameters
$key
$value
Return
wild

public function setWorkflow($workflow)

This method is not documented.
Parameters
$workflow
Return
wild

public function addSigil($sigil)

This method is not documented.
Parameters
$sigil
Return
wild

public function addClass($class)

This method is not documented.
Parameters
$class
Return
wild

public function setFullWidth($full_width)

This method is not documented.
Parameters
$full_width
Return
wild

public function getFullWidth()

This method is not documented.
Return
wild

public function appendInstructions($text)

This method is not documented.
Parameters
$text
Return
wild

public function appendRemarkupInstructions($remarkup)

This method is not documented.
Parameters
$remarkup
Return
wild

public function newInstructionsRemarkupView($remarkup)

This method is not documented.
Parameters
$remarkup
Return
wild

public function buildLayoutView()

This method is not documented.
Return
wild

public function appendControl($control)

Append a control to the form.

This method behaves like appendChild(), but it only takes controls. It will propagate some information from the form to the control to simplify rendering.

Parameters
AphrontFormControl$controlControl to append.
Return
this

public function render()

This method is not documented.
Return
wild

private function renderDataInputs()

This method is not documented.
Return
wild