1 | <?php |
||
7 | class AbstractMviewIndexerCommand extends AbstractMagentoCommand |
||
8 | { |
||
9 | /** |
||
10 | * @return bool |
||
11 | */ |
||
12 | public function isEnabled() |
||
16 | |||
17 | /** |
||
18 | * @return \Enterprise_Mview_Model_Resource_Metadata_Collection |
||
19 | */ |
||
20 | public function getMetaDataCollection() |
||
25 | |||
26 | /** |
||
27 | * @return array[] |
||
28 | */ |
||
29 | protected function getIndexers() |
||
47 | |||
48 | /** |
||
49 | * @return \Enterprise_Mview_Model_Client |
||
50 | */ |
||
51 | protected function getMviewClient() |
||
55 | } |
||
56 |