Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F436762
DatabaseConfigurationProvider.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
303 B
Referenced Files
None
Subscribers
None
DatabaseConfigurationProvider.php
View Options
<?php
/**
* @stable
*/
interface
DatabaseConfigurationProvider
{
public
function
__construct
(
LiskDAO
$dao
=
null
,
$mode
=
'r'
,
$namespace
=
'phabricator'
);
public
function
getUser
();
public
function
getPassword
();
public
function
getHost
();
public
function
getDatabase
();
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, May 4, 12:14 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
62821
Default Alt Text
DatabaseConfigurationProvider.php (303 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment