Skip to content
Snippets Groups Projects
Commit 726b7f11 authored by xamgore's avatar xamgore
Browse files

DataArr_Tickets class marked as deprecated

parent 9c40c034
Branches
Tags
No related merge requests found
<?php
/** @deprecated */
class DataArr_Tickets {
protected $model;
public function __construct() {
$this->model = new Model_DataArr_Tickets;
}
/** @deprecated */
public function forAccount($accountID)
{
}
/** @deprecated */
public function forAdministrator()
{
......
<?php defined('SYSPATH') or die('No direct script access.');
/** @deprecated */
class Model_DataArr_Tickets extends Model
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment