1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-22 04:07:04 +02:00
Files
php-phpbb/phpBB
Cesar G 1aea572aca [ticket/13370] Allow calling class method in convertor framework directly.
This change allows the usage of array($class, 'method')) directly instead of
having to use the functionX syntax as follows:
array('function1' => array($class, 'method')))

PHPBB3-13370
2014-12-09 15:59:05 -08:00
..
2014-09-17 20:10:01 +02:00
2014-11-11 10:51:03 -06:00