| 1 | <?php |
||
| 17 | abstract class Theme implements ThemeInterface |
||
| 18 | { |
||
| 19 | public function __construct() |
||
| 31 | |||
| 32 | public function context(array $context) : array |
||
| 36 | |||
| 37 | private function xmlrpc() : void |
||
| 45 | |||
| 46 | protected function adminHead() : void |
||
| 50 | |||
| 51 | public function removeOrderFromPostAttributesBox() : void |
||
| 55 | } |
||
| 56 |