Gitamin\Services\DataCollector\DataCollector::model PHP Method

model() public method

public model ( $modelName = null )
    public function model($modelName = null)
    {
        $this->modelName = $modelName;
        $this->resetScope();
        $this->makeModel();
        return $this;
    }