Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
| Total | |
0.00% |
0 / 2 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
||
| 1 | <?php |
| 2 | |
| 3 | /** |
| 4 | * This file used for migrating extensions to the new version of EasyRdf library. |
| 5 | * After updating all extension this part of code can be removed. |
| 6 | */ |
| 7 | |
| 8 | use EasyRdf\Format; |
| 9 | use EasyRdf\Graph; |
| 10 | |
| 11 | class_alias(Graph::class, 'EasyRdf_Graph'); |
| 12 | class_alias(Format::class, 'EasyRdf_Format'); |