| [ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
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: Position.php 24593 2012-01-05 20:35:02Z matthew $ |
| File Size: | 90 lines (2 kb) |
| Included or required: | 1 time |
| Referenced: | 0 times |
| Includes or requires: | 1 file include/Zend/Gdata/Extension.php |
Zend_Gdata_YouTube_Extension_Position:: (4 methods):
__construct()
getValue()
setValue()
__toString()
Class: Zend_Gdata_YouTube_Extension_Position - X-Ref
Data model class to represent a playlist item's position in the list (yt:position)| __construct($value = null) X-Ref |
| Constructs a new Zend_Gdata_YouTube_Extension_Position object. param: string $value (optional) The 1-based position in the playlist |
| getValue() X-Ref |
| Get the value for the position in the playlist return: int The 1-based position in the playlist |
| setValue($value) X-Ref |
| Set the value for the position in the playlist param: int $value The 1-based position in the playlist return: Zend_Gdata_Extension_Visibility The element being modified |
| __toString() X-Ref |
| Magic toString method allows using this directly via echo Works best in PHP >= 4.2.0 return: string |
| Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |