Author::getLocalizedCompetingInterests PHP Method

getLocalizedCompetingInterests() public method

Get the localized competing interests statement for this author
    function getLocalizedCompetingInterests()
    {
        return $this->getLocalizedData('competingInterests');
    }