PHP 클래스 Newscoop\Storage\Item

파일 보기 프로젝트 열기: sourcefabric/newscoop

보호된 프로퍼티들

프로퍼티 타입 설명
$key string
$metadata array
$storage Newscoop\Storage

공개 메소드들

메소드 설명
__construct ( string $key, Storage $storage )
__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

비공개 메소드들

메소드 설명
getMetadata ( ) : object Get metadata

메소드 상세

__construct() 공개 메소드

public __construct ( string $key, Storage $storage )
$key string
$storage Newscoop\Storage

__toString() 공개 메소드

public __toString ( ) : string
리턴 string

getChangeTime() 공개 메소드

Get change time
public getChangeTime ( ) : integer
리턴 integer

getKey() 공개 메소드

Get key
public getKey ( ) : string
리턴 string

getName() 공개 메소드

Get name
public getName ( ) : string
리턴 string

getSize() 공개 메소드

Get size
public getSize ( ) : integer
리턴 integer

getType() 공개 메소드

Get type
public getType ( ) : string
리턴 string

isDir() 공개 메소드

Test if item is dir
public isDir ( ) : boolean
리턴 boolean

프로퍼티 상세

$key 보호되어 있는 프로퍼티

protected string $key
리턴 string

$metadata 보호되어 있는 프로퍼티

protected array $metadata
리턴 array

$storage 보호되어 있는 프로퍼티

protected Newscoop\Storage $storage
리턴 Newscoop\Storage