Gitamin\Services\DataCollector\DataCollector::model PHP Méthode

model() public méthode

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