[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/applications/phid/ -> PhabricatorObjectHandle.php (summary)

(no description)

File Size: 337 lines (8 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 40 functions

  setIcon()
  getIcon()
  setTagColor()
  getTagColor()
  getTypeIcon()
  setPolicyFiltered()
  getPolicyFiltered()
  setObjectName()
  getObjectName()
  setURI()
  getURI()
  setPHID()
  getPHID()
  setName()
  getName()
  setStatus()
  getStatus()
  setFullName()
  getFullName()
  setTitle()
  getTitle()
  setType()
  getType()
  setImageURI()
  getImageURI()
  setTimestamp()
  getTimestamp()
  getTypeName()
  setComplete()
  isComplete()
  setDisabled()
  isDisabled()
  renderLink()
  renderTag()
  getLinkName()
  getPHIDType()
  getCapabilities()
  getPolicy()
  hasAutomaticCapability()
  describeAutomaticCapability()

Functions
Functions that are not part of a class:

setIcon($icon)   X-Ref
No description

getIcon()   X-Ref
No description

setTagColor($color)   X-Ref
No description

getTagColor()   X-Ref
No description

getTypeIcon()   X-Ref
No description

setPolicyFiltered($policy_filered)   X-Ref
No description

getPolicyFiltered()   X-Ref
No description

setObjectName($object_name)   X-Ref
No description

getObjectName()   X-Ref
No description

setURI($uri)   X-Ref
No description

getURI()   X-Ref
No description

setPHID($phid)   X-Ref
No description

getPHID()   X-Ref
No description

setName($name)   X-Ref
No description

getName()   X-Ref
No description

setStatus($status)   X-Ref
No description

getStatus()   X-Ref
No description

setFullName($full_name)   X-Ref
No description

getFullName()   X-Ref
No description

setTitle($title)   X-Ref
No description

getTitle()   X-Ref
No description

setType($type)   X-Ref
No description

getType()   X-Ref
No description

setImageURI($uri)   X-Ref
No description

getImageURI()   X-Ref
No description

setTimestamp($timestamp)   X-Ref
No description

getTimestamp()   X-Ref
No description

getTypeName()   X-Ref
No description

setComplete($complete)   X-Ref
Set whether or not the underlying object is complete. See
@{method:isComplete} for an explanation of what it means to be complete.

param: bool True if the handle represents a complete object.
return: this

isComplete()   X-Ref
Determine if the handle represents an object which was completely loaded
(i.e., the underlying object exists) vs an object which could not be
completely loaded (e.g., the type or data for the PHID could not be
identified or located).

Basically, @{class:PhabricatorHandleQuery} gives you back a handle for
any PHID you give it, but it gives you a complete handle only for valid
PHIDs.

return: bool True if the handle represents a complete object.

setDisabled($disabled)   X-Ref
Set whether or not the underlying object is disabled. See
@{method:isDisabled} for an explanation of what it means to be disabled.

param: bool True if the handle represents a disabled object.
return: this

isDisabled()   X-Ref
Determine if the handle represents an object which has been disabled --
for example, disabled users, archived projects, etc. These objects are
complete and exist, but should be excluded from some system interactions
(for instance, they usually should not appear in typeaheads, and should
not have mail/notifications delivered to or about them).

return: bool True if the handle represents a disabled object.

renderLink($name = null)   X-Ref
No description

renderTag()   X-Ref
No description

getLinkName()   X-Ref
No description

getPHIDType()   X-Ref
No description

getCapabilities()   X-Ref
No description

getPolicy($capability)   X-Ref
No description

hasAutomaticCapability($capability, PhabricatorUser $viewer)   X-Ref
No description

describeAutomaticCapability($capability)   X-Ref
No description



Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1