Xpressengine\Tag\TagHandler::setModel PHP Method

setModel() public method

Set tag model
public setModel ( string $model )
$model string model class
    public function setModel($model)
    {
        $this->model = '\\' . ltrim($model, '\\');
        return $this;
    }