Page MenuHomePhabricator
Diviner Phabricator Tech Docs AphrontCalendarEventView

final class AphrontCalendarEventView
Phabricator Technical Documentation (Calendar)

This class is not documented.

Tasks

Managing Children

  • protected function canAppendChild() — Test if this View accepts children.
  • final public function hasChildren() — Test if an element has no children.
  • private function reduceChildren($children) — Reduce effectively-empty lists of children to be actually empty. This recursively removes `null`, `''`, and `array()` from the list of children so that @{method:hasChildren} can more effectively align with expectations.

Other Methods

config

  • public function setUser($user) — Deprecated, use @{method:setViewer}.
  • protected function getUser() — Deprecated, use @{method:getViewer}.

1

  • final protected function renderChildren() — Produce children for rendering.

Methods

public function setViewer($viewer)
Inherited

AphrontView

Set the user viewing this element.

Parameters
PhabricatorUser$viewerViewing user.
Return
this

public function getViewer()
Inherited

AphrontView

Get the user viewing this element.

Throws an exception if no viewer has been set.

Return
PhabricatorUserViewing user.

public function hasViewer()
Inherited

AphrontView

Test if a viewer has been set on this element.

Return
boolTrue if a viewer is available.

public function setUser($user)
Inherited

AphrontView

Deprecated, use setViewer().

Parameters
PhabricatorUser$user
Return
wild

protected function getUser()
Inherited

AphrontView

Deprecated, use getViewer().

Return
wild

protected function canAppendChild()
Inherited

AphrontView

Test if this View accepts children.

By default, views accept children, but subclases may override this method to prevent children from being appended. Doing so will cause appendChild() to throw exceptions instead of appending children.

Return
boolTrue if the View should accept children.

final public function appendChild($child)
Inherited

AphrontView

Append a child to the list of children.

This method will only work if the view supports children, which is determined by canAppendChild().

Parameters
wild$childSomething renderable.
Return
this

final protected function renderChildren()
Inherited

AphrontView

Produce children for rendering.

Historically, this method reduced children to a string representation, but it no longer does.

Return
wildRenderable children.

final public function hasChildren()
Inherited

AphrontView

Test if an element has no children.

Return
boolTrue if this element has children.

private function reduceChildren($children)
Inherited

AphrontView

Reduce effectively-empty lists of children to be actually empty. This recursively removes null, '', and array() from the list of children so that hasChildren() can more effectively align with expectations.

NOTE: Because View children are not rendered, a View which renders down to nothing will not be reduced by this method.
Parameters
list<wild>$childrenRenderable children.
Return
list<wild>Reduced list of children.

public function getDefaultResourceSource()
Inherited

This method is not documented.
Return
wild

public function requireResource($symbol)
Inherited

This method is not documented.
Parameters
$symbol
Return
wild

public function initBehavior($name, $config)
Inherited

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

public function willRender()
Inherited

AphrontView

Inconsistent, unreliable pre-rendering hook.

This hook may fire before views render. It is not fired reliably, and may fire multiple times.

If it does fire, views might use it to register data for later loads, but almost no datasources support this now; this is currently only useful for tokenizers. This mechanism might eventually see wider support or might be removed.

Return
wild

public function render()

This method is not documented.
Return
wild

public function producePhutilSafeHTML()
Inherited

This method is not documented.
Return
wild

public function setIconColor($icon_color)

This method is not documented.
Parameters
$icon_color
Return
wild

public function getIconColor()

This method is not documented.
Return
wild

public function setIsCancelled($is_cancelled)

This method is not documented.
Parameters
$is_cancelled
Return
wild

public function getIsCancelled()

This method is not documented.
Return
wild

public function setURI($uri)

This method is not documented.
Parameters
$uri
Return
wild

public function getURI()

This method is not documented.
Return
wild

public function setEventID($event_id)

This method is not documented.
Parameters
$event_id
Return
wild

public function getEventID()

This method is not documented.
Return
wild

public function setViewerIsInvited($viewer_is_invited)

This method is not documented.
Parameters
$viewer_is_invited
Return
wild

public function getViewerIsInvited()

This method is not documented.
Return
wild

public function setHostPHID($host_phid)

This method is not documented.
Parameters
$host_phid
Return
wild

public function getHostPHID()

This method is not documented.
Return
wild

public function setName($name)

This method is not documented.
Parameters
$name
Return
wild

public function setEpochRange($start, $end)

This method is not documented.
Parameters
$start
$end
Return
wild

public function getEpochStart()

This method is not documented.
Return
wild

public function getEpochEnd()

This method is not documented.
Return
wild

public function getName()

This method is not documented.
Return
wild

public function setDescription($description)

This method is not documented.
Parameters
$description
Return
wild

public function getDescription()

This method is not documented.
Return
wild

public function setIsAllDay($is_all_day)

This method is not documented.
Parameters
$is_all_day
Return
wild

public function getIsAllDay()

This method is not documented.
Return
wild

public function setIcon($icon)

This method is not documented.
Parameters
$icon
Return
wild

public function getIcon()

This method is not documented.
Return
wild

public function setCanEdit($can_edit)

This method is not documented.
Parameters
$can_edit
Return
wild

public function getCanEdit()

This method is not documented.
Return
wild

public function getMultiDay()

This method is not documented.
Return
wild

public function setDatetimeSummary($datetime_summary)

This method is not documented.
Parameters
$datetime_summary
Return
wild

public function getDatetimeSummary()

This method is not documented.
Return
wild