[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/applications/passphrase/storage/ -> PassphraseSecret.php (source)

   1  <?php
   2  
   3  final class PassphraseSecret extends PassphraseDAO {
   4  
   5    protected $secretData;
   6  
   7    public function getConfiguration() {
   8      return array(
   9        self::CONFIG_TIMESTAMPS => false,
  10        self::CONFIG_BINARY => array(
  11          'secretData' => true,
  12        ),
  13      ) + parent::getConfiguration();
  14    }
  15  
  16  }


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