Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91179659
PhabricatorOwnersPath.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Nov 8, 17:09
Size
553 B
Mime Type
text/x-php
Expires
Sun, Nov 10, 17:09 (2 d)
Engine
blob
Format
Raw Data
Handle
22213562
Attached To
rPH Phabricator
PhabricatorOwnersPath.php
View Options
<?php
final
class
PhabricatorOwnersPath
extends
PhabricatorOwnersDAO
{
protected
$packageID
;
protected
$repositoryPHID
;
protected
$path
;
protected
$excluded
;
public
function
getConfiguration
()
{
return
array
(
self
::
CONFIG_TIMESTAMPS
=>
false
,
self
::
CONFIG_COLUMN_SCHEMA
=>
array
(
'path'
=>
'text255'
,
'excluded'
=>
'bool'
,
),
self
::
CONFIG_KEY_SCHEMA
=>
array
(
'packageID'
=>
array
(
'columns'
=>
array
(
'packageID'
),
),
),
)
+
parent
::
getConfiguration
();
}
}
Event Timeline
Log In to Comment