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 <?php
/** @deprecated */
class DataArr_Tickets { class DataArr_Tickets {
protected $model; protected $model;
public function __construct() { public function __construct() {
$this->model = new Model_DataArr_Tickets; $this->model = new Model_DataArr_Tickets;
} }
/** @deprecated */
public function forAccount($accountID) public function forAccount($accountID)
{ {
} }
/** @deprecated */
public function forAdministrator() public function forAdministrator()
{ {
......
<?php defined('SYSPATH') or die('No direct script access.'); <?php defined('SYSPATH') or die('No direct script access.');
/** @deprecated */
class Model_DataArr_Tickets extends Model 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