Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Namespaces | |
Address | |
Complex | |
ConfigOptionsList | |
Cron | |
Customer | |
DateTime | |
Description | |
FixtureGenerator | |
Grid | |
Installer | |
Functions | |
ini_get ($param) | |
is_subclass_of ($obj, $className) | |
class_exists ($className) | |
Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.
Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.A custom adapter that allows generating arbitrary descriptions
Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.A custom "Import" adapter for Magento_ImportExport module that allows generating arbitrary data rows
Magento\Setup\Model\class_exists | ( | $className | ) |
This function overrides the native function for the purpose of testing
string | $className |
Definition at line 115 of file UninstallCollectorTest.php.
Magento\Setup\Model\ini_get | ( | $param | ) |
Magento\Setup\Model\is_subclass_of | ( | $obj, | |
$className | |||
) |
This function overrides the native function for the purpose of testing
string | $obj | |
string | $className |
Definition at line 98 of file UninstallCollectorTest.php.