You are here

public function vfsStreamContent::getName in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamContent.php \org\bovigo\vfs\vfsStreamContent::getName()

returns the file name of the content

Return value

string

1 method overrides vfsStreamContent::getName()
vfsStreamAbstractContent::getName in vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamAbstractContent.php
returns the file name of the content

File

vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamContent.php, line 47

Class

vfsStreamContent
Interface for stream contents.

Namespace

org\bovigo\vfs

Code

public function getName();