Page MenuHomestyx hydra

PhabricatorConduitConnectionLog.php
No OneTemporary

PhabricatorConduitConnectionLog.php

<?php
final class PhabricatorConduitConnectionLog extends PhabricatorConduitDAO {
protected $client;
protected $clientVersion;
protected $clientDescription;
protected $username;
public function getConfiguration() {
return array(
self::CONFIG_COLUMN_SCHEMA => array(
'client' => 'text255?',
'clientVersion' => 'text255?',
'clientDescription' => 'text255?',
'username' => 'text255?',
),
self::CONFIG_KEY_SCHEMA => array(
'key_created' => array(
'columns' => array('dateCreated'),
),
),
) + parent::getConfiguration();
}
}

File Metadata

Mime Type
text/x-php
Expires
Sun, Nov 30, 7:52 PM (3 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
429717
Default Alt Text
PhabricatorConduitConnectionLog.php (626 B)

Event Timeline