Page MenuHomec4science

PassphraseSecret.php
No OneTemporary

File Metadata

Created
Mon, Mar 24, 15:40

PassphraseSecret.php

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

Event Timeline