You are here

public function vfsStreamContent::getType 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::getType()

returns the type of the container

Return value

int

1 method overrides vfsStreamContent::getType()
vfsStreamAbstractContent::getType in vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamAbstractContent.php
returns the type of the container

File

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

Class

vfsStreamContent
Interface for stream contents.

Namespace

org\bovigo\vfs

Code

public function getType();