Page MenuHomenazrin ltd
Diviner Tech Docs AphrontTagView

abstract class AphrontTagView
Phorge Technical Documentation ()

View which renders down to a single tag, and provides common access for tag attributes (setting classes, sigils, IDs, etc).

Methods

public function setWorkflow($workflow)

This method is not documented.
Parameters
$workflow
Return
wild

public function getWorkflow()

This method is not documented.
Return
wild

public function setMustCapture($must_capture)

This method is not documented.
Parameters
$must_capture
Return
wild

public function getMustCapture()

This method is not documented.
Return
wild

final public function setMetadata($metadata)

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

final public function getMetadata()

This method is not documented.
Return
wild

final public function setStyle($style)

This method is not documented.
Parameters
$style
Return
wild

final public function getStyle()

This method is not documented.
Return
wild

final public function addSigil($sigil)

This method is not documented.
Parameters
$sigil
Return
wild

final public function getSigils()

This method is not documented.
Return
wild

public function addClass($class)

This method is not documented.
Parameters
$class
Return
wild

public function getClasses()

This method is not documented.
Return
wild

public function setID($id)

This method is not documented.
Parameters
$id
Return
wild

public function getID()

This method is not documented.
Return
wild

protected function getTagName()

This method is not documented.
Return
wild

protected function getTagAttributes()

This method is not documented.
Return
wild

protected function getTagContent()

This method is not documented.
Return
wild

final public function render()

This method is not documented.
Return
wild