|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Data Structures | |
| class | AbstractAdapter |
| interface | AdapterInterface |
| class | Config |
| interface | ConfigInterface |
| class | Gd2 |
| class | ImageMagick |
| interface | UploadConfigInterface |
Functions | |
| ini_get ($paramName) | |
| getimagesize ($file) | |
| memory_get_usage ($real) | |
| call_user_func ($callable, $param) | |
Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.
| Magento\Framework\Image\Adapter\call_user_func | ( | $callable, | |
| $param | |||
| ) |
| $callable | |
| $param |
Definition at line 55 of file global_php_mock.php.
| Magento\Framework\Image\Adapter\getimagesize | ( | $file | ) |
| $file |
Definition at line 33 of file global_php_mock.php.
| Magento\Framework\Image\Adapter\ini_get | ( | $paramName | ) |
Mocking global functions crucial for this adapter
| $paramName |
Definition at line 19 of file global_php_mock.php.
| Magento\Framework\Image\Adapter\memory_get_usage | ( | $real | ) |
| $real |
@SuppressWarnings(PHPMD.UnusedFormalParameter)
Definition at line 44 of file global_php_mock.php.