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;
    }