Page MenuHomestyx hydra

HarbormasterBuildCommand.php
No OneTemporary

HarbormasterBuildCommand.php

<?php
final class HarbormasterBuildCommand extends HarbormasterDAO {
const COMMAND_STOP = 'stop';
const COMMAND_RESUME = 'resume';
const COMMAND_RESTART = 'restart';
protected $authorPHID;
protected $targetPHID;
protected $command;
protected function getConfiguration() {
return array(
self::CONFIG_COLUMN_SCHEMA => array(
'command' => 'text128',
),
self::CONFIG_KEY_SCHEMA => array(
'key_target' => array(
'columns' => array('targetPHID'),
),
),
) + parent::getConfiguration();
}
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Nov 21, 3:40 PM (6 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
353542
Default Alt Text
HarbormasterBuildCommand.php (570 B)

Event Timeline