<?php namespace Jobs\Controller; abstract class CBase { public function init() { } public function start($JobObject) { } }