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