Wallmander\ElasticsearchIndexer\Model\Client::setBlog PHP 메소드

setBlog() 공개 메소드

public setBlog ( integer | null $blogId = null )
$blogId integer | null
    public function setBlog($blogId = null)
    {
        $this->blogID = $blogId ? $blogId : get_current_blog_id();
        return $this;
    }