<?php

namespace KTC\Test;

class Base {

	protected $args;

	protected $model;

	public function init() {

	}

}