PHP Class MockFS_File_Node

Inheritance: extends MockFS_Node
Mostrar archivo Open project: lucatume/wp-browser

Public Properties

Property Type Description
$contents
$type

Public Methods

Method Description
__construct ( $path, $contents = '' ) The contents of the file

Method Details

__construct() public method

The contents of the file
public __construct ( $path, $contents = '' )

Property Details

$contents public_oe property

public $contents

$type public_oe property

public $type