Page MenuHomec4science

PassphraseSecret.php
No OneTemporary

File Metadata

Created
Wed, Feb 5, 09:54

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