Page MenuHomec4science

PassphraseSecret.php
No OneTemporary

File Metadata

Created
Tue, Jul 16, 02:28

PassphraseSecret.php

<?php
final class PassphraseSecret extends PassphraseDAO {
protected $secretData;
protected function getConfiguration() {
return array(
self::CONFIG_TIMESTAMPS => false,
self::CONFIG_BINARY => array(
'secretData' => true,
),
) + parent::getConfiguration();
}
}

Event Timeline