mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
Fix CS
This commit is contained in:
@@ -17,11 +17,12 @@
|
||||
*/
|
||||
interface registryInterface
|
||||
{
|
||||
public function get($key, $defaultvalue = null);
|
||||
|
||||
public function set($key, $value, $type);
|
||||
public function get($key, $defaultvalue = null);
|
||||
|
||||
public function is_set($key);
|
||||
public function set($key, $value, $type);
|
||||
|
||||
public function un_set($key);
|
||||
public function is_set($key);
|
||||
|
||||
public function un_set($key);
|
||||
}
|
||||
|
Reference in New Issue
Block a user