芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/.trash/api.2/components/com_newsfeeds/src/Controller/FeedsController.php
* @license GNU General Public License version 2 or later; see LICENSE.txt */ namespace Joomla\Component\Newsfeeds\Api\Controller; \defined('_JEXEC') or die; use Joomla\CMS\MVC\Controller\ApiController; /** * The feeds controller * * @since 4.0.0 */ class FeedsController extends ApiController { /** * The content type of the item. * * @var string * @since 4.0.0 */ protected $contentType = 'newsfeeds'; /** * The default view for the display method. * * @var string * @since 3.0 */ protected $default_view = 'feeds'; }