Wallmander\ElasticsearchIndexer\Model\Client::setBlog PHP Méthode

setBlog() public méthode

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