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
Sat, Jul 5, 8:17 PM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
281639
Default Alt Text
DrydockInterface.php (360 B)

Event Timeline