[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
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: | 90 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
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:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |