2014-04-28 09:23:18 +00:00
|
|
|
<?php
|
|
|
|
|
2016-01-26 14:31:53 +00:00
|
|
|
namespace Lychee\Access;
|
2014-04-28 09:23:18 +00:00
|
|
|
|
2016-01-26 14:31:53 +00:00
|
|
|
interface Access {
|
2014-04-28 09:23:18 +00:00
|
|
|
|
2016-01-26 14:31:53 +00:00
|
|
|
public function check($fn);
|
2014-04-28 09:23:18 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
?>
|