PHP Class Author, ojs

ファイルを表示 Open project: pkp/ojs Class Usage Examples

Public Methods

Method Description
__construct ( ) Constructor.
getCompetingInterests ( $locale ) : string Get author competing interests.
getLocalizedCompetingInterests ( ) Get the localized competing interests statement for this author
setCompetingInterests ( $competingInterests, $locale ) Set author competing interests.

Method Details

__construct() public method

Constructor.
public __construct ( )

getCompetingInterests() public method

Get author competing interests.
public getCompetingInterests ( $locale ) : string
$locale string
return string

getLocalizedCompetingInterests() public method

Get the localized competing interests statement for this author

setCompetingInterests() public method

Set author competing interests.
public setCompetingInterests ( $competingInterests, $locale )
$competingInterests string
$locale string