Page MenuHomePhorge

PhabricatorEditEngineCommentActionGroup.php
No OneTemporary

Size
402 B
Referenced Files
None
Subscribers
None

PhabricatorEditEngineCommentActionGroup.php

<?php
final class PhabricatorEditEngineCommentActionGroup
extends Phobject {
private $key;
private $label;
public function setKey($key) {
$this->key = $key;
return $this;
}
public function getKey() {
return $this->key;
}
public function setLabel($label) {
$this->label = $label;
return $this;
}
public function getLabel() {
return $this->label;
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, May 12, 2:04 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
110686
Default Alt Text
PhabricatorEditEngineCommentActionGroup.php (402 B)

Event Timeline