Newscoop\Image\RenditionService::reloadRenditions PHP 메소드

reloadRenditions() 공개 메소드

Force reload of rendition specs
public reloadRenditions ( ) : void
리턴 void
    public function reloadRenditions()
    {
        $this->getRenditions();
        $this->registerRenditions($this->renditions);
        $this->removeOrphanedArticleRenditions(array_keys($this->renditions));
        $this->removeOrphanedRenditions(array_keys($this->renditions));
        $this->renditions = null;
    }