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
/
infrastructure
/
storage
/
lisk
/
PhabricatorLiskSerializer.php
blob
136383900c1702451ef1b3cb2cb21dbdfc527c22
1
<
?php
2
3
abstract class
PhabricatorLiskSerializer
extends
Phobject
{
4
5
abstract public function
willReadValue
(
$value
);
6
abstract public function
willWriteValue
(
$value
);
7
8
}