1 | <?php |
||
13 | class manager |
||
14 | { |
||
15 | /** @var array Ad code analysis tests */ |
||
16 | protected $tests; |
||
17 | |||
18 | /** |
||
19 | * Construct an ad code analysis manager object |
||
20 | * |
||
21 | * @param array $tests Ad code analysis tests passed via the service container |
||
22 | */ |
||
23 | public function __construct($tests) |
||
27 | |||
28 | public function test($ad_code) |
||
42 | } |
||
43 |