Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F548045
PhabricatorTokenCount.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
672 B
Referenced Files
None
Subscribers
None
PhabricatorTokenCount.php
View Options
<?php
final
class
PhabricatorTokenCount
extends
PhabricatorTokenDAO
{
protected
$objectPHID
;
protected
$tokenCount
;
protected
function
getConfiguration
()
{
return
array
(
self
::
CONFIG_IDS
=>
self
::
IDS_MANUAL
,
self
::
CONFIG_TIMESTAMPS
=>
false
,
self
::
CONFIG_COLUMN_SCHEMA
=>
array
(
'id'
=>
'auto'
,
'tokenCount'
=>
'uint32'
,
),
self
::
CONFIG_KEY_SCHEMA
=>
array
(
'key_objectPHID'
=>
array
(
'columns'
=>
array
(
'objectPHID'
),
'unique'
=>
true
,
),
'key_count'
=>
array
(
'columns'
=>
array
(
'tokenCount'
),
),
),
)
+
parent
::
getConfiguration
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 1:43 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
102603
Default Alt Text
PhabricatorTokenCount.php (672 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment