|
|
|
@ -1,25 +1,14 @@ |
|
|
|
<?php |
|
|
|
<?php |
|
|
|
|
|
|
|
/* For licensing terms, see /license.txt */ |
|
|
|
/** |
|
|
|
|
|
|
|
* This file is part of the <name> project. |
|
|
|
|
|
|
|
* |
|
|
|
|
|
|
|
* (c) <yourname> <youremail> |
|
|
|
|
|
|
|
* |
|
|
|
|
|
|
|
* For the full copyright and license information, please view the LICENSE |
|
|
|
|
|
|
|
* file that was distributed with this source code. |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
namespace Chamilo\MediaBundle\Entity; |
|
|
|
namespace Chamilo\MediaBundle\Entity; |
|
|
|
|
|
|
|
|
|
|
|
use Sonata\MediaBundle\Entity\BaseGalleryHasMedia as BaseGalleryHasMedia; |
|
|
|
use Sonata\MediaBundle\Entity\BaseGalleryHasMedia as BaseGalleryHasMedia; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* This file has been generated by the Sonata EasyExtends bundle ( http://sonata-project.org/bundles/easy-extends ). |
|
|
|
* Class GalleryHasMedia. |
|
|
|
* |
|
|
|
|
|
|
|
* References : |
|
|
|
|
|
|
|
* working with object : http://www.doctrine-project.org/projects/orm/2.0/docs/reference/working-with-objects/en |
|
|
|
|
|
|
|
* |
|
|
|
* |
|
|
|
* @author <yourname> <youremail> |
|
|
|
* @package Chamilo\MediaBundle\Entity |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
class GalleryHasMedia extends BaseGalleryHasMedia |
|
|
|
class GalleryHasMedia extends BaseGalleryHasMedia |
|
|
|
{ |
|
|
|
{ |
|
|
|
|