Open Journal Systems  3.3.0
HasParent.php
1 <?php
2 /*
3  * citeproc-php
4  *
5  * @link http://github.com/seboettg/citeproc-php for the source repository
6  * @copyright Copyright (c) 2017 Sebastian Böttger.
7  * @license https://opensource.org/licenses/MIT
8  */
9 
11 
17 interface HasParent
18 {
19  public function getParent();
20 }
Seboettg\CiteProc\Rendering\HasParent
Definition: HasParent.php:17
Seboettg\CiteProc\Rendering
Seboettg\CiteProc\Rendering\HasParent\getParent
getParent()