Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F103669342
DatabaseConfigurationProvider.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
Mon, Mar 3, 21:37
Size
313 B
Mime Type
text/x-php
Expires
Wed, Mar 5, 21:37 (2 d)
Engine
blob
Format
Raw Data
Handle
24634334
Attached To
rPH Phabricator
DatabaseConfigurationProvider.php
View Options
<?php
interface
DatabaseConfigurationProvider
{
public
function
__construct
(
LiskDAO
$dao
=
null
,
$mode
=
'r'
,
$namespace
=
'phabricator'
);
public
function
getUser
();
public
function
getPassword
();
public
function
getHost
();
public
function
getPort
();
public
function
getDatabase
();
}
Event Timeline
Log In to Comment