org\bovigo\vfs\vfsStreamDirectory::getRealChildName PHP Метод

getRealChildName() защищенный Метод

helper method to detect the real child name
protected getRealChildName ( string $name ) : string
$name string
Результат string
    protected function getRealChildName($name)
    {
        if ($this->appliesTo($name) === true) {
            return self::getChildName($name, $this->name);
        }
        return $name;
    }