Page MenuHomestyx hydra

PhabricatorEditEngineCommentActionGroup.php
No OneTemporary

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
Sat, Nov 15, 4:43 PM (11 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
338186
Default Alt Text
PhabricatorEditEngineCommentActionGroup.php (402 B)

Event Timeline