Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
framework
Filesystem
Directory
ReadInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Framework\Filesystem\Directory
;
7
12
interface
ReadInterface
13
{
20
public
function
getAbsolutePath
(
$path
=
null
);
21
28
public
function
getRelativePath
(
$path
=
null
);
29
36
public
function
read
(
$path
=
null
);
37
45
public
function
search
(
$pattern
,
$path
=
null
);
46
53
public
function
isExist
(
$path
=
null
);
54
61
public
function
stat
(
$path
);
62
69
public
function
isReadable
(
$path
=
null
);
70
77
public
function
isFile
(
$path
);
78
85
public
function
isDirectory
(
$path
=
null
);
86
93
public
function
openFile
(
$path
);
94
104
public
function
readFile
(
$path
, $flag =
null
, $context =
null
);
105
}
Magento\Framework\Filesystem\Directory\ReadInterface\search
search($pattern, $path=null)
Magento\Framework\Filesystem\Directory\ReadInterface\getRelativePath
getRelativePath($path=null)
Magento\Framework\Filesystem\Directory\ReadInterface\isExist
isExist($path=null)
Magento\Framework\Filesystem\Directory\ReadInterface\readFile
readFile($path, $flag=null, $context=null)
Magento\Framework\Filesystem\Directory\ReadInterface\getAbsolutePath
getAbsolutePath($path=null)
$pattern
$pattern
Definition:
website.php:22
Magento\Framework\Filesystem\Directory\ReadInterface\stat
stat($path)
Magento\Framework\Filesystem\Directory\ReadInterface\openFile
openFile($path)
Magento\Framework\Filesystem\Directory\ReadInterface
Definition:
ReadInterface.php:12
Magento\Framework\Filesystem\Directory\ReadInterface\isDirectory
isDirectory($path=null)
Magento\Framework\Filesystem\Directory\ReadInterface\isFile
isFile($path)
Magento\Framework\Filesystem\Directory\ReadInterface\read
read($path=null)
Magento\Framework\Filesystem\Directory
Definition:
PathValidator.php:9
Magento\Framework\Filesystem\Directory\ReadInterface\isReadable
isReadable($path=null)
$path
$path
Definition:
import_with_filesystem_images.php:14