/** * Sets an instance of Tk object * * @return void */ public function __construct() { self::$Tk = Tk::instance(); }