1 | <?php |
||
20 | trait PhantomJSHelperTrait { |
||
21 | |||
22 | /** |
||
23 | * PathomJS helper. |
||
24 | * |
||
25 | * @var PhantomJSHelper |
||
26 | */ |
||
27 | private $phantomJSHelper; |
||
28 | |||
29 | /** |
||
30 | * Get the phantomJS helper. |
||
31 | * |
||
32 | * @return PhantomJSHelper Returns the phantomJS helper. |
||
33 | */ |
||
34 | public function getPhantomJSHelper() { |
||
37 | |||
38 | /** |
||
39 | * Set the phantomJS helper. |
||
40 | * |
||
41 | * @param PhantomJSHelper $phantomJSHelper The phantomJS helper. |
||
42 | */ |
||
43 | protected function setPhantomJSHelper(PhantomJSHelper $phantomJSHelper = null) { |
||
47 | |||
48 | } |
||
49 |