for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
*
* phpBB Directory extension for the phpBB Forum Software package.
* @copyright (c) 2015 phpBB Limited <https://www.phpbb.com>
* @license GNU General Public License, version 2 (GPL-2.0)
*/
namespace ernadoo\phpbbdirectory\textreparser\plugins;
class cat_description extends \phpbb\textreparser\row_based_plugin
{
* {@inheritdoc}
public function get_columns()
return array(
'id' => 'cat_id',
'text' => 'cat_desc',
'bbcode_uid' => 'cat_desc_uid',
'options' => 'cat_desc_options',
);
}