Class fs3ObjectInfo

Description

This class defines methods needed for manipulation of general objects information.

Located in /classes/fs3ObjectInfo.php (line 15)


	
			
Method Summary
object's getETag ()
object's getKey ()
object's getLastModified ()
object's getSize ()
void setETag (string $etag)
void setKey (string $key)
void setLastModified (string $modified)
void setSize (int $size)
Methods
getETag (line 44)

This method gets the object's ETag.

The ETag is a unique identifer for the object. It is more meaning when used by S3.

  • return: ETag
  • access: public
object's getETag ()
getKey (line 22)

This method gets the object's key (a.k.a name).

  • return: name
  • access: public
object's getKey ()
getLastModified (line 66)

This method gets the object's last modified date.

  • return: last modified date
  • access: public
object's getLastModified ()
getSize (line 86)

This method gets the object's size in bytes.

  • return: length in bytes
  • access: public
object's getSize ()
setETag (line 56)

This method sets the object's ETag.

The ETag is a unique identifer for the object. It is more meaning when used by S3.

  • access: public
void setETag (string $etag)
  • string $etag: object's ETag
setKey (line 32)

This method sets the object's key (a.k.a name).

  • access: public
void setKey (string $key)
  • string $key: object's name
setLastModified (line 76)

This method sets the object's last modified date.

  • access: public
void setLastModified (string $modified)
  • string $modified: object's last modified date
setSize (line 96)

This method sets the object's size in bytes.

  • access: public
void setSize (int $size)
  • int $size: object's length in bytes

Documentation generated on Thu, 04 Feb 2010 04:14:25 +0000 by phpDocumentor 1.4.3