Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F567924
DrydockInterface.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
360 B
Referenced Files
None
Subscribers
None
DrydockInterface.php
View Options
<?php
abstract
class
DrydockInterface
extends
Phobject
{
private
$config
=
array
();
abstract
public
function
getInterfaceType
();
final
public
function
setConfig
(
$key
,
$value
)
{
$this
->
config
[
$key
]
=
$value
;
return
$this
;
}
final
protected
function
getConfig
(
$key
,
$default
=
null
)
{
return
idx
(
$this
->
config
,
$key
,
$default
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, May 13, 1:07 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
99963
Default Alt Text
DrydockInterface.php (360 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment