Fix documentation
git-svn-id: http://php-reader.googlecode.com/svn/branches/zend@176 51a70ab9-7547-0410-9469-37e369ee0574
This commit is contained in:
@@ -451,7 +451,7 @@ class Zend_Io_Reader
|
|||||||
*
|
*
|
||||||
* {@internal PHP does not support 64-bit integers as the long
|
* {@internal PHP does not support 64-bit integers as the long
|
||||||
* integer is of 32-bits but using aritmetic operations it is implicitly
|
* integer is of 32-bits but using aritmetic operations it is implicitly
|
||||||
* converted into floating point which is of 64-bits long.}
|
* converted into floating point which is of 64-bits long.}}
|
||||||
*
|
*
|
||||||
* @return integer
|
* @return integer
|
||||||
* @throws Zend_Io_Exception if an I/O error occurs
|
* @throws Zend_Io_Exception if an I/O error occurs
|
||||||
@@ -469,7 +469,7 @@ class Zend_Io_Reader
|
|||||||
*
|
*
|
||||||
* {@internal PHP does not support 64-bit integers as the long integer is of
|
* {@internal PHP does not support 64-bit integers as the long integer is of
|
||||||
* 32-bits but using aritmetic operations it is implicitly converted into
|
* 32-bits but using aritmetic operations it is implicitly converted into
|
||||||
* floating point which is of 64-bits long.}
|
* floating point which is of 64-bits long.}}
|
||||||
*
|
*
|
||||||
* @return integer
|
* @return integer
|
||||||
* @throws Zend_Io_Exception if an I/O error occurs
|
* @throws Zend_Io_Exception if an I/O error occurs
|
||||||
|
|||||||
@@ -104,6 +104,9 @@ class Zend_Media_Iso14496_Box
|
|||||||
$this->_options = &$options;
|
$this->_options = &$options;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Releases any references to contained boxes and the parent.
|
||||||
|
*/
|
||||||
public function __destruct()
|
public function __destruct()
|
||||||
{
|
{
|
||||||
unset($this->_boxes);
|
unset($this->_boxes);
|
||||||
|
|||||||
@@ -32,6 +32,10 @@
|
|||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**#@+ @ignore */
|
||||||
|
require_once 'Zend/Media/Exception.php';
|
||||||
|
/**#@-*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The Zend_Media_Iso14496_Exception is thrown whenever an error occurs within
|
* The Zend_Media_Iso14496_Exception is thrown whenever an error occurs within
|
||||||
* the {@link Zend_Media_Iso14496} class or a related class.
|
* the {@link Zend_Media_Iso14496} class or a related class.
|
||||||
@@ -44,6 +48,5 @@
|
|||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
class Zend_Media_Iso14496_Exception extends Exception
|
class Zend_Media_Iso14496_Exception extends Zend_Media_Exception
|
||||||
{
|
{}
|
||||||
}
|
|
||||||
|
|||||||
@@ -20,6 +20,10 @@
|
|||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**#@+ @ignore */
|
||||||
|
require_once 'Zend/Media/Exception.php';
|
||||||
|
/**#@-*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The Zend_Media_Mpeg_Exception is thrown whenever an error occurs within the
|
* The Zend_Media_Mpeg_Exception is thrown whenever an error occurs within the
|
||||||
* MPEG family of classes.
|
* MPEG family of classes.
|
||||||
@@ -32,6 +36,5 @@
|
|||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
class Zend_Media_Mpeg_Exception extends Exception
|
class Zend_Media_Mpeg_Exception extends Zend_Media_Exception
|
||||||
{
|
{}
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user