Merge branch 'extended_classes' into sql_criteria

This commit is contained in:
Alexander Demidov
2013-09-19 12:36:58 +04:00

View File

@ -22,7 +22,7 @@ class AutoloadBuilder
protected $handler; protected $handler;
protected $regex = '/\n(abstract |final )?(class|interface) ([a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*)/'; protected $regex = '/\n(abstract |final )?(class|interface|trait) ([a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*)/';
public function __construct($autoload, $dirs = array(), $exclude = array()) public function __construct($autoload, $dirs = array(), $exclude = array())
{ {