Browse
For agents
About
authLdap
/
3.1.2
authLdap
v3.1.2
Switch version
trunk
2.5.3
2.5.3-RC3
2.5.4
2.5.6
2.5.7
2.5.8
2.5.9
2.6.0
2.6.1
2.6.2
2.6.3
2.6.4
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
Overview
Code
authldap
/
src
/
LoggerInterface.php
LoggerInterface.php
in authLdap 3.1.2, at src/LoggerInterface.php
9 lines
113 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
3
namespace
Org_Heigl
\
AuthLdap
;
4
5
interface
LoggerInterface
6
{
7
public
function
log
(
string
$
message
)
:
void
;
8
}
9