Property | Type | Description | |
---|---|---|---|
$key | string | ||
$metadata | array | ||
$storage | Newscoop\Storage |
Method | Description | |
---|---|---|
__construct ( string $key, |
||
__toString ( ) : string | ||
getChangeTime ( ) : integer | Get change time | |
getKey ( ) : string | Get key | |
getName ( ) : string | Get name | |
getSize ( ) : integer | Get size | |
getType ( ) : string | Get type | |
isDir ( ) : boolean | Test if item is dir |
Method | Description | |
---|---|---|
getMetadata ( ) : object | Get metadata |
public __construct ( string $key, |
||
$key | string | |
$storage |