final public function setActor($actor)Inherited
final public function setActor($actor)
Inherited
Parameters
| PhabricatorUser | $actor |
Return
| wild |
final public function getActor()Inherited
final public function getActor()
Inherited
Return
| wild |
final public function requireActor()Inherited
final public function requireActor()
Inherited
Return
| wild |
final public function setExcludeMailRecipientPHIDs($phids)Inherited
final public function setExcludeMailRecipientPHIDs($phids)
Inherited
Parameters
| $phids |
Return
| wild |
final protected function getExcludeMailRecipientPHIDs()Inherited
final protected function getExcludeMailRecipientPHIDs()
Inherited
Return
| wild |
public function setActingAsPHID($acting_as_phid)
public function setActingAsPHID($acting_as_phid)
Parameters
| $acting_as_phid |
Return
| wild |
public function getActingAsPHID()
public function getActingAsPHID()
Return
| wild |
public function setContentSource($content_source)
public function setContentSource($content_source)
Parameters
| PhabricatorContentSource | $content_source |
Return
| wild |
public function getContentSource()
public function getContentSource()
Return
| wild |
public function applyEdit($xaction, $comment)
public function applyEdit($xaction, $comment)
Edit a transaction's comment. This method effects the required create, update or delete to set the transaction's comment to the provided comment.
Parameters
| PhabricatorApplicationTransaction | $xaction | |
| PhabricatorApplicationTransactionComment | $comment |
Return
| wild |
private function validateEdit($xaction, $comment)
private function validateEdit($xaction, $comment)
Validate that the edit is permissible, and the actor has permission to perform it.
Parameters
| PhabricatorApplicationTransaction | $xaction | |
| PhabricatorApplicationTransactionComment | $comment |
Return
| wild |