Fix properties
git-svn-id: http://php-reader.googlecode.com/svn/trunk@257 51a70ab9-7547-0410-9469-37e369ee0574
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
* @author Sven Vollbehr <sven@vollbehr.eu>
|
||||
* @copyright Copyright (c) 2011 Sven Vollbehr
|
||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||
* @version $Id: Box.php 177 2010-03-09 13:13:34Z svollbehr $
|
||||
* @version $Id$
|
||||
*/
|
||||
abstract class Zend_Media_Riff_Chunk
|
||||
{
|
||||
|
||||
@@ -21,7 +21,7 @@ require_once 'Zend/Media/Riff/Chunk.php';
|
||||
* @author Sven Vollbehr <sven@vollbehr.eu>
|
||||
* @copyright Copyright (c) 2011 Sven Vollbehr
|
||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||
* @version $Id: Box.php 177 2010-03-09 13:13:34Z svollbehr $
|
||||
* @version $Id$
|
||||
*/
|
||||
abstract class Zend_Media_Riff_ContainerChunk extends Zend_Media_Riff_Chunk
|
||||
{
|
||||
|
||||
@@ -27,7 +27,7 @@ require_once 'Zend/Media/Riff/Chunk.php';
|
||||
* @author Sven Vollbehr <sven@vollbehr.eu>
|
||||
* @copyright Copyright (c) 2011 Sven Vollbehr
|
||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||
* @version $Id: Box.php 177 2010-03-09 13:13:34Z svollbehr $
|
||||
* @version $Id$
|
||||
*/
|
||||
abstract class Zend_Media_Riff_StringChunk extends Zend_Media_Riff_Chunk
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user