Author::getCompetingInterests PHP Method

getCompetingInterests() public method

Get author competing interests.
public getCompetingInterests ( $locale ) : string
$locale string
return string
    function getCompetingInterests($locale)
    {
        return $this->getData('competingInterests', $locale);
    }