Skip to content

Commit

Permalink
Update Handler.php
Browse files Browse the repository at this point in the history
  • Loading branch information
7r1n17y committed Jul 10, 2017
1 parent 325e98a commit 2e70c9d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/Handler.php
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@

<?php
namespace r7r1n17y\Myriad\Interfaces;
interface Handler {
public function __construct(array $options = array());
public function get(string $name = null, $default_return_val = null);
public function send(string $name = null, array $options = array('val' => null, 'expire' => 0));
public function delete(string $name = null);
}
?>

0 comments on commit 2e70c9d

Please sign in to comment.