lithium\g11n\catalog\Adapter::read()
Reads data.
Override this method in subclasses if you want the adapter
to have read support. The method is expected to return null
if the passed category is not supported.
Parameters
-
string
$categoryA category.
-
string
$localeA locale identifier.
-
string
$scopeThe scope for the current operation.
Returns
nullThis currently does nothing.
Source
public function read($category, $locale, $scope) {
return null;
}