|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| __construct ($options=true) | |
| getExists () | |
| setExists ($exists) | |
| filter ($value) | |
Protected Attributes | |
| $_exists = true | |
Definition at line 33 of file RealPath.php.
| __construct | ( | $options = true | ) |
Class constructor
| boolean | Zend_Config | $options | Options to set |
Definition at line 45 of file RealPath.php.
| filter | ( | $value | ) |
Defined by Zend_Filter_Interface
Returns realpath($value)
| string | $value |
Implements Zend_Filter_Interface.
Definition at line 92 of file RealPath.php.
| getExists | ( | ) |
Returns true if the filtered path must exist
Definition at line 55 of file RealPath.php.
| setExists | ( | $exists | ) |
Sets if the path has to exist TRUE when the path must exist FALSE when not existing paths can be given
| boolean | Zend_Config | $exists | Path must exist |
Definition at line 68 of file RealPath.php.
|
protected |
Definition at line 38 of file RealPath.php.