diff --git a/~dev_rating/application/classes/DataArray.php b/~dev_rating/application/classes/DataArray.php index 3be6c66d75b21f0d4301f043e61b2ade18c1b7c4..1c94a916d14f2c1b2d8b58ba4d7105029b9c63b6 100644 --- a/~dev_rating/application/classes/DataArray.php +++ b/~dev_rating/application/classes/DataArray.php @@ -1,7 +1,9 @@ <?php defined('SYSPATH') or die('No direct script access.'); +/** @deprecated */ class DataArray { + /** @deprecated */ public static function factory($type = NULL) { if($type == NULL) return false;