Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Data Structures | |
class | File |
class | Http |
class | Https |
class | Zlib |
Functions | |
file_get_contents () | |
file_put_contents () | |
fsockopen (&$errorNumber, &$errorMessage) | |
fwrite () | |
feof () | |
get_headers () | |
Origin filesystem driver
Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.
Magento filesystem zlib driver
Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.
Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.
Test for \Magento\Framework\Filesystem\Driver\File
Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.
Magento\Framework\Filesystem\Driver\feof | ( | ) |
Override standard function (make a placeholder - we don't need it in our tests)
Definition at line 56 of file http_mock.php.
Magento\Framework\Filesystem\Driver\file_get_contents | ( | ) |
Magento\Framework\Filesystem\Driver\file_put_contents | ( | ) |
Magento\Framework\Filesystem\Driver\fsockopen | ( | & | $errorNumber, |
& | $errorMessage | ||
) |
Override standard function
int | $errorNumber | |
string | $errorMessage |
Definition at line 37 of file http_mock.php.
Magento\Framework\Filesystem\Driver\fwrite | ( | ) |
Override standard function (make a placeholder - we don't need it in our tests)
Definition at line 47 of file http_mock.php.
Magento\Framework\Filesystem\Driver\get_headers | ( | ) |