SimplePie::set_author_class PHP Method

set_author_class() public method

Set which class SimplePie uses for handling author data
public set_author_class ( $class = 'SimplePie_Author' )
    public function set_author_class($class = 'SimplePie_Author')
    {
        return $this->registry->register('Author', $class, true);
    }