You are here

public function vfsStreamAbstractContent::url in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamAbstractContent.php \org\bovigo\vfs\vfsStreamAbstractContent::url()

returns complete vfsStream url for this content

@since 1.2.0

Return value

string

Overrides vfsStreamContent::url

File

vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamAbstractContent.php, line 414

Class

vfsStreamAbstractContent
Base stream contents container.

Namespace

org\bovigo\vfs

Code

public function url() {
  return vfsStream::url($this
    ->path());
}