[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/infrastructure/storage/configuration/ -> DatabaseConfigurationProvider.php (source)

   1  <?php
   2  
   3  /**
   4   * @stable
   5   */
   6  interface DatabaseConfigurationProvider {
   7  
   8    public function __construct(
   9      LiskDAO $dao = null,
  10      $mode = 'r',
  11      $namespace = 'phabricator');
  12  
  13    public function getUser();
  14    public function getPassword();
  15    public function getHost();
  16    public function getPort();
  17    public function getDatabase();
  18  
  19  }


Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1