* This file is licensed under the Affero General Public License version 3 or * later. * See the COPYING-README file. */ namespace Test\BackgroundJob; class TestJob extends \OC\BackgroundJob\Job { private $testCase; /** * @var callable $callback */ private $callback; /** * @param JobTest $testCase * @param callable $callback */ public function __construct($testCase = null, $callback = null) { $this->testCase = $testCase; $this->callback = $callback; } public function run($argument) { $this->testCase->markRun(); $callback = $this->callback; $callback($argument); } } hidden' name='id' value='48f31d7dd0183cc79f8ed26a657c67dd82b48300'/> The official jQuery user interface library: https://github.com/jquery/jquery-uiwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/demos/tabs/index.html
blob: 11d0b46b36043fa1280d7bfb77a134cad844ceaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20