/compatibility.php


Nette Framework

Copyright (c) 2004, 2009 David Grudl (http://davidgrudl.com)

This source file is subject to the "Nette license" that is bundled with this package in the file license.txt.

For more information please see http://nettephp.com

Copyright: Copyright (c) 2004, 2009 David Grudl
Link: http://nettephp.com
Filesource: Source Code for this file
License: Nette license
Function Summary
void
fixCallback (&$callback)
Fix for class::method callback in PHP < 5.2.2
void
fixNamespace (&$class)
Fix for namespaced classes/interfaces in PHP < 5.3
Function Details

line 37

fixCallback

void fixCallback (&$callback)

Fix for class::method callback in PHP < 5.2.2

Input
&$callback

line 76

fixNamespace

void fixNamespace (&$class)

Fix for namespaced classes/interfaces in PHP < 5.3

Input
&$class