[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

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

Zend Framework LICENSE

Copyright: Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
License: http://framework.zend.com/license/new-bsd New BSD License
Version: $Id: MediaSource.php 24593 2012-01-05 20:35:02Z matthew $
File Size: 73 lines (2 kb)
Included or required: 3 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:08:37 2014 Cross-referenced by PHPXref 0.7.1