Page MenuHomestyx hydra

DrydockInterface.php
No OneTemporary

DrydockInterface.php

<?php
abstract class DrydockInterface {
private $config;
abstract public function getInterfaceType();
final public function setConfiguration(array $config) {
$this->config = $config;
return $this;
}
final protected function getConfig($key, $default = null) {
return idx($this->config, $key, $default);
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Feb 25, 12:27 AM (8 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
809437
Default Alt Text
DrydockInterface.php (336 B)

Event Timeline