Namespaces
Scopus
Exception
Response
Util
Classes
AbstractAuthor
AbstractCitations
AbstractCoredata
AbstractItem
Abstracts
Affiliation
Author
AuthorAffiliation
AuthorCoredata
AuthorGroup
AuthorName
AuthorProfile
AuthorSubjectArea
BaseLinks
Bibrecord
BibrecordHead
CitationCount
CitationCountLinks
CiteCountHeader
CiteInfo
Correspondence
CorrespondencePerson
Entry
EntryAuthor
EntryLinks
Journal
SearchLinks
SearchResults
Source
Interfaces
IAbstract
IAuthor
IAuthorName
Overview
Namespace
Interface
Tree
1:
<?php
2:
3:
namespace
Scopus\Response;
4:
5:
interface
IAuthor
extends
IAuthorName
6:
{
7:
public
function
getId();
8:
9:
public
function
getUrl();
10:
}