Page MenuHomec4science

PhabricatorOwnersPath.php
No OneTemporary

File Metadata

Created
Fri, Nov 29, 17:27

PhabricatorOwnersPath.php

<?php
final class PhabricatorOwnersPath extends PhabricatorOwnersDAO {
protected $packageID;
protected $repositoryPHID;
protected $path;
protected $excluded;
public function getConfiguration() {
return array(
self::CONFIG_TIMESTAMPS => false,
) + parent::getConfiguration();
}
}

Event Timeline