1: <?php 2: 3: namespace Scopus\Response; 4: 5: interface IAuthor extends IAuthorName 6: { 7: public function getId(); 8: 9: public function getUrl(); 10: }