Completed
Push — master ( 692b50...3669c9 )
by Julito
14:38
created

ChamiloMediaBundle::getParent()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 3
Code Lines 1

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 1
eloc 1
nc 1
nop 0
dl 0
loc 3
rs 10
c 0
b 0
f 0
1
<?php
2
/* For licensing terms, see /license.txt */
3
4
namespace Chamilo\MediaBundle;
5
6
use Symfony\Component\HttpKernel\Bundle\Bundle;
7
8
/**
9
 * This file has been generated by the EasyExtends bundle ( http://sonata-project.org/easy-extends ).
10
 *
11
 * References :
12
 *   bundles : http://symfony.com/doc/current/book/bundles.html
13
 *
14
 * @author <yourname> <youremail>
15
 */
16
class ChamiloMediaBundle extends Bundle
17
{
18
}
19