1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 05:25:56 +00:00

move common methods to feeditem_common

This commit is contained in:
Andrew Dolgov
2013-05-01 21:06:48 +04:00
parent f11015058d
commit b4d1690097
4 changed files with 51 additions and 86 deletions

View File

@@ -1,5 +1,5 @@
<?php
class FeedItem {
abstract class FeedItem {
abstract function get_id();
abstract function get_date();
abstract function get_link();