1 | <?php |
||
12 | class BusinessPropertyRepository extends EntityRepository |
||
13 | { |
||
14 | use StateFullRepositoryTrait; |
||
15 | protected $mainAlias = 'businessproperty'; |
||
16 | |||
17 | /** |
||
18 | * @param array $classname |
||
19 | */ |
||
20 | public function getByClassname($classname) |
||
29 | |||
30 | /** |
||
31 | * @param array $businessEntity |
||
32 | */ |
||
33 | public function getByBusinessEntity($businessEntity) |
||
42 | } |
||
43 |