芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/tixpeual2124.gob.mx/api/components/com_banners/src/Controller/ClientsController.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 clients controller * * @since 4.0.0 */ class ClientsController extends ApiController { /** * The content type of the item. * * @var string * @since 4.0.0 */ protected $contentType = 'clients'; /** * The default view for the display method. * * @var string * @since 3.0 */ protected $default_view = 'clients'; }