[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/Gdata/App/ -> MediaSource.php (summary)

Zend Framework LICENSE

Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: http://framework.zend.com/license/new-bsd New BSD License
Version: $Id$
File Size: 73 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Zend_Gdata_App_MediaSource:: (5 methods):
  encode()
  setContentType()
  getContentType()
  setSlug()
  getSlug()


Interface: Zend_Gdata_App_MediaSource  - X-Ref

Interface for defining data that can be encoded and sent over the network.

encode()   X-Ref
Return a byte stream representation of this object.

return: string

setContentType($value)   X-Ref
Set the content type for the file attached (example image/png)

param: string $value The content type
return: Zend_Gdata_App_MediaFileSource Provides a fluent interface

getContentType()   X-Ref
The content type for the file attached (example image/png)

return: string The content type

setSlug($value)   X-Ref
Sets the Slug header value.  Used by some services to determine the
title for the uploaded file.  A null value indicates no slug header.

return: Zend_Gdata_App_MediaSource Provides a fluent interface

getSlug()   X-Ref
Returns the Slug header value.  Used by some services to determine the
title for the uploaded file.  Returns null if no slug should be used.

return: string The slug value



Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1