Page MenuHomePhorge
Diviner Tech Docs ProjectBoardTaskCard

final class ProjectBoardTaskCard
Phorge Technical Documentation (Projects)

This class is not documented.

Methods

public function __get($name)
Inherited

This method is not documented.
Parameters
$name
Return
wild

public function __set($name, $value)
Inherited

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

public function current()
Inherited

This method is not documented.
Return
wild

public function key()
Inherited

This method is not documented.
Return
wild

public function next()
Inherited

This method is not documented.
Return
wild

public function rewind()
Inherited

This method is not documented.
Return
wild

public function valid()
Inherited

This method is not documented.
Return
wild

private function throwOnAttemptedIteration()
Inherited

This method is not documented.
Return
wild

public function getPhobjectClassConstant($key, $byte_limit)
Inherited

Phobject

Read the value of a class constant.

This is the same as just typing self::CONSTANTNAME, but throws a more useful message if the constant is not defined and allows the constant to be limited to a maximum length.

Parameters
string$keyName of the constant.
int|null$byte_limitMaximum number of bytes permitted in the value.
Return
stringValue of the constant.

public function setViewer($viewer)

This method is not documented.
Parameters
PhabricatorUser$viewer
Return
wild

public function getViewer()

This method is not documented.
Return
wild

public function setProjectHandles($handles)

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

public function getProjectHandles()

This method is not documented.
Return
wild

public function setCoverImageFile($cover_image_file)

This method is not documented.
Parameters
PhabricatorFile$cover_image_file
Return
wild

public function getCoverImageFile()

This method is not documented.
Return
wild

public function setHideArchivedProjects($hide_archived_projects)

This method is not documented.
Parameters
$hide_archived_projects
Return
wild

public function getHideArchivedProjects()

This method is not documented.
Return
wild

public function setTask($task)

This method is not documented.
Parameters
ManiphestTask$task
Return
wild

public function getTask()

This method is not documented.
Return
wild

public function setOwner($owner)

This method is not documented.
Parameters
PhabricatorObjectHandle$owner
Return
wild

public function getOwner()

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 setShowEditControls($show_edit_controls)

This method is not documented.
Parameters
$show_edit_controls
Return
wild

public function getShowEditControls()

This method is not documented.
Return
wild

public function getItem()

This method is not documented.
Return
wild