<?php namespace Drupal\feeds\Feeds\Item; /** * Defines an item class for use with an OPML document. */ class OpmlItem extends BaseItem { protected $title; protected $xmlurl; protected $categories; protected $htmlurl; }
Главная | Обратная связь