Page MenuHomePhorge

DrydockInterface.php
No OneTemporary

Size
360 B
Referenced Files
None
Subscribers
None

DrydockInterface.php

<?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

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)

Event Timeline