LazyRecord\BaseModel::getDataLabelField PHP Method

getDataLabelField() public method

public getDataLabelField ( )
    public function getDataLabelField()
    {
        if ($this->dataLabelField) {
            return $this->dataLabelField;
        }
        return static::PRIMARY_KEY;
    }