for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Copyright 2016 - 2018, Cake Development Corporation (http://cakedc.com)
*
* Licensed under The MIT License
* Redistributions of files must retain the above copyright notice.
* @copyright Copyright 2016 - 2018, Cake Development Corporation (http://cakedc.com)
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
namespace CakeDC\Api\Service\Action;
* Class CrudDescribeAction
* @package CakeDC\Api\Service\Action
class CrudDescribeAction extends CrudAction
{
public $extensions = [];
* Execute action.
* @return mixed
public function execute()
return $this->_describe();
}