SimplePie::set_copyright_class PHP Method

    public function set_copyright_class($class = 'SimplePie_Copyright')
    {
        return $this->registry->register('Copyright', $class, true);
    }