File tree Expand file tree Collapse file tree 4 files changed +1
-16
lines changed Expand file tree Collapse file tree 4 files changed +1
-16
lines changed Original file line number Diff line number Diff line change 88
99class BasicContainer extends Resource
1010{
11- public function __construct ($ path , $ formats )
12- {
13- parent ::__construct ($ path , $ formats );
14- }
15-
1611 /**
1712 * {@inheritdoc}
1813 */
Original file line number Diff line number Diff line change 88
99class NonRDFSource extends Resource
1010{
11- public function __construct ($ path , $ formats )
12- {
13- parent ::__construct ($ path , $ formats );
14- }
15-
1611 /**
1712 * {@inheritdoc}
1813 */
Original file line number Diff line number Diff line change 88
99class RDFSource extends Resource
1010{
11- public function __construct ($ path , $ formats )
12- {
13- parent ::__construct ($ path , $ formats );
14- }
15-
1611 /**
1712 * {@inheritdoc}
1813 */
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ abstract class Resource
1818 * @param $formats array
1919 * the supported RDF formats
2020 */
21- protected function __construct ($ path , $ formats )
21+ public function __construct ($ path , $ formats )
2222 {
2323 $ this ->path = $ path ;
2424 $ this ->formats = $ formats ;
You can’t perform that action at this time.
0 commit comments