You are here

constant vfsStreamContent::TYPE_DIR 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::TYPE_DIR

stream content type: directory

See also

getType()

File

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

Class

vfsStreamContent
Interface for stream contents.

Namespace

org\bovigo\vfs

Code

const TYPE_DIR = 040000;