/php/component/photobucket_external_repository_gallery_table/photobucket_external_repository_gallery_table_property_model.class.php
https://bitbucket.org/chamilo/chamilo-ext-repo-photobucket-dev/ · PHP · 14 lines · 11 code · 3 blank · 0 comment · 0 complexity · ec50ef456d1170b94b4dc35bfb999e14 MD5 · raw file
- <?php
- namespace common\extensions\external_repository_manager\implementation\photobucket;
-
- use common\extensions\external_repository_manager\DefaultExternalRepositoryGalleryObjectTablePropertyModel;
-
- class PhotobucketExternalRepositoryGalleryTablePropertyModel extends DefaultExternalRepositoryGalleryObjectTablePropertyModel
- {
-
- function __construct()
- {
- parent :: __construct();
- }
- }
- ?>