1 | <?php |
||
7 | class AbstractMviewIndexerCommand extends AbstractMagentoCommand |
||
8 | { |
||
9 | /** |
||
10 | * @return \Enterprise_Mview_Model_Resource_Metadata_Collection |
||
11 | */ |
||
12 | public function getMetaDataCollection() |
||
17 | |||
18 | /** |
||
19 | * @return array[] |
||
20 | */ |
||
21 | protected function getIndexers() |
||
39 | |||
40 | /** |
||
41 | * @return \Enterprise_Mview_Model_Client |
||
42 | */ |
||
43 | protected function getMviewClient() |
||
47 | } |
||
48 |
This check looks for function calls that miss required arguments.