for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
*
* @package sitemaker
* @copyright (c) 2013 Daniel A. (blitze)
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*/
namespace blitze\content\mcp;
class content_info
{
public function module()
return array(
'filename' => '\blitze\content\mcp\content_module',
'title' => 'MCP_SITEMAKER_CONTENT',
'version' => '1.0.0',
'modes' => array(
'content' => array('title' => 'MCP_CONTENT', 'auth' => 'ext_blitze/content', 'cat' => array('MCP_SITEMAKER_CONTENT')),
),
);
}