repo.or.cz
/
phabricator.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove product literal strings in "pht()", part 18
[phabricator.git]
/
src
/
applications
/
diffusion
/
protocol
/
DiffusionRepositoryClusterEngineLogInterface.php
blob
3e43d7277998bc326d62e1f4a126caac5c11dd4b
1
<
?php
2
3
interface
DiffusionRepositoryClusterEngineLogInterface
{
4
5
public function
writeClusterEngineLogMessage
(
$message
);
6
public function
writeClusterEngineLogProperty
(
$key
,
$value
);
7
8
}