mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 16:06:15 +00:00
Little PHPDoc
This commit is contained in:
parent
f05d5562b8
commit
4fc1a91a39
@ -35,6 +35,10 @@ class ConfigMapper extends Mapper {
|
|||||||
$this->crypto = $crypto;
|
$this->crypto = $crypto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param $key
|
||||||
|
* @param $value
|
||||||
|
*/
|
||||||
public function set ($key, $value){
|
public function set ($key, $value){
|
||||||
$value = $this->crypto->encrypt($value);
|
$value = $this->crypto->encrypt($value);
|
||||||
if($this->hasKey($key, $value)){
|
if($this->hasKey($key, $value)){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user