1 | <?php |
||
13 | class AuraSqlMasterDbInterceptor implements MethodInterceptor |
||
14 | { |
||
15 | const PROP = 'pdo'; |
||
16 | |||
17 | /** |
||
18 | * @var ConnectionLocatorInterface |
||
19 | */ |
||
20 | private $connectionLocator; |
||
21 | |||
22 | /** |
||
23 | * @param ConnectionLocatorInterface $connectionLocator |
||
24 | */ |
||
25 | 3 | public function __construct(ConnectionLocatorInterface $connectionLocator) |
|
29 | |||
30 | /** |
||
31 | * {@inheritdoc} |
||
32 | */ |
||
33 | 2 | public function invoke(MethodInvocation $invocation) |
|
43 | } |
||
44 |