Page MenuHomec4science

PhabricatorUserPreferencesTransaction.php
No OneTemporary

File Metadata

Created
Sun, Jun 8, 06:07

PhabricatorUserPreferencesTransaction.php

<?php
final class PhabricatorUserPreferencesTransaction
extends PhabricatorApplicationTransaction {
public function getApplicationName() {
return 'user';
}
public function getApplicationTransactionCommentObject() {
return null;
}
public function getApplicationTransactionType() {
return PhabricatorUserPreferencesPHIDType::TYPECONST;
}
}

Event Timeline