Page MenuHomestyx hydra

ManiphestTaskIsDuplicateOfTaskEdgeType.php
No OneTemporary

ManiphestTaskIsDuplicateOfTaskEdgeType.php

<?php
final class ManiphestTaskIsDuplicateOfTaskEdgeType
extends PhabricatorEdgeType {
const EDGECONST = 63;
public function getInverseEdgeConstant() {
return ManiphestTaskHasDuplicateTaskEdgeType::EDGECONST;
}
public function shouldWriteInverseTransactions() {
return true;
}
public function getConduitKey() {
return 'task.duplicate';
}
public function getConduitName() {
return pht('Closed as Duplicate');
}
public function getConduitDescription() {
return pht(
'The source task has been closed as a duplicate of the '.
'destination task.');
}
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Nov 21, 11:32 AM (1 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
352313
Default Alt Text
ManiphestTaskIsDuplicateOfTaskEdgeType.php (613 B)

Event Timeline