714. Class

714.1. Zend\Filter\RealPath

714.1.1. Methods

714.1.1.1. __construct

__construct()

Class constructor

Parameters:bool|Traversable – Options to set

714.1.1.2. setExists

setExists()

Sets if the path has to exist TRUE when the path must exist FALSE when not existing paths can be given

Parameters:bool – Path must exist
Return type:RealPath

714.1.1.3. getExists

getExists()

Returns true if the filtered path must exist

Return type:bool

714.1.1.4. filter

filter()

Defined by ZendFilterFilterInterface

Returns realpath($value)

Parameters:string
Return type:string

Project Versions

Table Of Contents

Previous topic

713. Class

Next topic

715. Class

This Page