1: <?php 2: 3: namespace Scopus\Response; 4: 5: interface IAbstract 6: { 7: /** 8: * @return IAuthor[]|null 9: */ 10: public function getAuthors(); 11: }