Example #1
0
 public function __construct()
 {
     // TODO Re-enable before we release 3.0 beta, for now it "breaks" too many modules
     // user_error(
     // 	'LeftAndMainDecorator is deprecated, please use LeftAndMainExtension instead.',
     // 	E_USER_NOTICE
     // );
     parent::__construct();
 }
Example #2
0
	public function __construct() {
		Deprecation::notice('3.0', 'Use LeftAndMainExtension instead.');
		parent::__construct();
	}