Method | Description | |
---|---|---|
read ( string $category, string $locale, string $scope ) : null | Reads data. | |
write ( string $category, string $locale, string $scope, array $data ) : false | Writes data. |
Method | Description | |
---|---|---|
_merge ( array $data, array $item ) : array | Merges an item into given data. | |
_prepareForWrite ( array $item ) : array | Prepares an item before it is being written. |
protected _prepareForWrite ( array $item ) : array | ||
$item | array | |
return | array |