3 final class PhabricatorProfileMenuItemConfigurationTransaction
4 extends PhabricatorApplicationTransaction
{
6 const TYPE_PROPERTY
= 'profilepanel.property';
7 const TYPE_ORDER
= 'profilepanel.order';
8 const TYPE_VISIBILITY
= 'profilepanel.visibility';
10 public function getApplicationName() {
14 public function getTableName() {
15 // At least for now, this object uses an older table name.
16 return 'search_profilepanelconfigurationtransaction';
19 public function getApplicationTransactionType() {
20 return PhabricatorProfileMenuItemPHIDType
::TYPECONST
;