mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-06-27 21:33:18 +02:00
[core] Rename item getter/setter
getDatas -> getItems setDatas -> setItems Note: Bridge->setDatas actually sets data, where Bridge->getItems only returns items (this is why Bridge->setDatas was not changed)
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
class PlaintextFormat extends FormatAbstract{
|
||||
|
||||
public function stringify(){
|
||||
$datas = $this->getDatas();
|
||||
$datas = $this->getItems();
|
||||
return print_r($datas, true);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user